개발관련/STLProgramming
map,set,hash_map,hash_set
guuuuuuu
2015. 11. 1. 15:19
map, set의 사용하는 경우 : 정렬된 상태로 자료 저장을 하고 싶을 때.
hash_map, hash_set : 정렬이 필요 없으며 빠른 검색을 원할 때.