Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
std::vectorC# におけるC++ の類似クラスは何ですか?
std::vector
内部配列を内部に保持し、O(1)時間内に挿入をサポートするクラスが必要です。
O(1)