asked
[All-in-One Introduction to Game Programming] C++ & Data Structures/Algorithms & STL & Game Mathematics & Windows API & Game Server
Practice
Written on
·
362
0
레드블랙트리 부분 강의를 들었는데
규칙은 외울 필요 없이 이해만 하고, map을 사용하면 된다고 하셨는데
map과 레드블랙트리가 같은건가요?
Answer 1
네 맵이 내부적으로 redblack tree 기반입니다.