강의

멘토링

로드맵

Inflearn Community Q&A

kkln24865149's profile image
kkln24865149

asked

[All-in-One Introduction to Game Programming] C++ & Data Structures/Algorithms & STL & Game Mathematics & Windows API & Game Server

Practice

map과 레드블랙트리가 같은건가요?

Written on

·

362

0

레드블랙트리 부분 강의를 들었는데

규칙은 외울 필요 없이 이해만 하고, map을 사용하면 된다고 하셨는데

map과 레드블랙트리가 같은건가요?

c++네트워크ue-blueprint게임수학windows-api

Answer 1

0

Rookiss님의 프로필 이미지
Rookiss
Instructor

네 맵이 내부적으로 redblack tree 기반입니다.

kkln24865149's profile image
kkln24865149

asked

Ask a question