8000 GitHub - stevenkim18/ft_containers: implement c++ stl containers
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

stevenkim18/ft_containers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ft_containers

implement c++ stl containers

map

설명

iterator (반복자)

  • 포인터와 비슷한 개념
  • 자료 구조(컨테이너)들을 접근하고 연산 할 때 사용

반복자의 종류

image

vector

list

stack

queue

map

  • key, value로 되어 있는 자료형
  • 이진 탐색 트리 구조로 구현되어 있음

map 설명

https://blockdmask.tistory.com/87?category=249379

이진 탐색

https://medium.com/swlh/binary-search-trees-c-484377f0d349

About

implement c++ stl containers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0