# C++ STL [STL 基本概念](<https://hackmd.io/@sa072686/cp/%2F%40sa072686%2FS11uDpiuH>) ## Container * https://cplusplus.com/reference/stl/ * 種類: 1. Sequence containers: **array**, **vector**, **deque**, **forward_list**, **list** 3. Container adaptors: **stack**, **queue**, **priority_queue** 4. Associative containers: **set**, **multiset**, **map**, **multimap** 5. Unordered associative containers: **unordered_set**, **unordered_multiset**, **unordered_map**, **unordered_multimap** ### std::vector ### std::map ## Algorithm
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up