Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

C#にはないがC++ STLに存在するデータ構造等について #25

Open
fairy-lettuce opened this issue Sep 8, 2020 · 4 comments

Comments

@fairy-lettuce
Copy link

fairy-lettuce commented Sep 8, 2020

ACLには存在しないが、std::priority_queue, std::multiset, std::dequeのようにC#に同等のライブラリが無いものや、std::setなどC#相当のライブラリに必要な機能(std::setに対応するSortedSetではlower_boundなど)が欠けているものを追加したほうがいいのではないかと考えます。

@key-moon
Copy link
Contributor

key-moon commented Sep 8, 2020

これはとても思います。現状のIssueが立っているものを書き終えた後、余力があったら追加しても良いかなと考えています。
ただ、その場合はAtCoder Libraryとして提供するのが適切かどうかなどを考えないといけないため、議論の余地がありそうですね。他のAtCoder Libraryのフォークの様子も見つつ考えていきたい気がします。

@takytank
Copy link
Contributor

takytank commented Sep 8, 2020

ACLの最小費用流ライブラリがダイクストラ実装のようで、PriorityQueueは追加する必要がありそうです。

@kzrnm
Copy link
Owner

kzrnm commented Sep 16, 2020

よく見かけるもの

  • std::priority_queue
  • std::set(SortedSetは二分探索が不足)
  • std::multiset
  • std::lower_bound
  • std::upper_bound
  • std::next_permutation

kzrnm referenced this issue in FKbelm/ac-library-csharp-old Nov 12, 2020
@kzrnm
Copy link
Owner

kzrnm commented Feb 27, 2022

残り

  • std::set
  • std::multiset

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants