RBTREE 이론
개념
삽입
삭제
구현 과정
초기 구조
init
insert_single
find_single
erase_root
find_erase_fixed
minmax_suite
to_array_suite
distinct_values
duplicate_values
multi_instance
find_erase_rand
전체 코드
https://github.com/InfraWhale/rbtree-lab
테스트 코드에 관한 개인적인 생각