implement c++ stl containers
- 포인터와 비슷한 개념
- 자료 구조(컨테이너)들을 접근하고 연산 할 때 사용
- 기능이 많은 배열이라고 생각하면 됨
- https://blockdmask.tistory.com/70
- 이중연결리스트로 구현된 일자형 자료구조
- https://blockdmask.tistory.com/76
- last in first out
- https://blockdmask.tistory.com/100
- first in first out
- https://blockdmask.tistory.com/101?category=249379
- key, value로 되어 있는 자료형
- 이진 탐색 트리 구조로 구현되어 있음