Skip to content
myyrakle edited this page Jan 13, 2019 · 15 revisions

Welcome to the C-STL wiki!

headers
array.h
darrat.h
vector.h
list.h
treeset.h
treemap.h
hashset.h
hashmap.h
stack.h
queue.h
heap.h
tuple.h
pair.h

decl_array : 컴파일타임 정적 배열. 구현 완료
decl_darray : 런타임 고정배열. 미구현
decl_vector : 런타임 가변배열. 구현중
decl_list : 연결리스트. 미구현
decl_treeset : 트리셋. 미구현
decl_treemap : 트리맵. 미구현
decl_hashset : 해시셋. 미구현
decl_hashmap : 해시맵. 미구현
decl_stack : 스택. 구현
decl_queue : 큐. 미구현
decl_maxheap : 최대 힙. 미구현
decl_minheap : 최소 힙. 미구현

Clone this wiki locally