https://stackoverflow.com/questions/17794569/why-is-vectorbool-not-a-stl-container
Why is vector not a STL container?
Item 18 of Scott Meyers's book Effective STL: 50 Specific Ways to Improve Your Use of the Standard Template Library says to avoid vector as it's not an STL container and it doesn't rea...
stackoverflow.com
Is using a vector of boolean values slower than a dynamic bitset?
Is using a vector of boolean values slower than a dynamic bitset? I just heard about boost's dynamic bitset, and I was wondering is it worth the trouble. Can I just use vector of boolean values in...
stackoverflow.com
'Programming > Note' 카테고리의 다른 글
최단 거리 알고리즘 노트 (0) | 2020.02.04 |
---|---|
Prim ~ Dijkstra (BOJ1197 최소 스패닝 트리, BOJ1753 최단경로) (0) | 2020.02.03 |
Breadth First Search time complexity analysis (0) | 2020.01.21 |
When is it practical to use Depth-First Search (DFS) vs Breadth-First Search (BFS)? (0) | 2020.01.21 |
시간 복잡도 정의 + Pseudo polynomial time complexity (0) | 2019.12.11 |