Struct, class, 연결 리스트, stack, queue, 동적 배열과 hash table.
관련 state와 behavior를 모델링합니다.
Linked list를 생성, 순회, 해제합니다.
Last-in-first-out 연산을 구현합니다.
First-in-first-out 처리를 구현합니다.
값 추가 시 연속 storage를 확장합니다.
Chaining과 unordered_map으로 단어를 셉니다.