Skip to content

Commit dede2f3

Browse files
committed
.
1 parent 5ba07e8 commit dede2f3

24 files changed

Lines changed: 4661 additions & 377 deletions

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,11 @@ OpenCSTL과 대응하는 C++ STL 코드입니다.
9898

9999
### Containers library
100100

101-
컨테이너 라이브러리는 C++ STL의 컨테이너와 동일합니다.
101+
컨테이너 라이브러리는 모든 타입을 사용할 수 있는 Generic 컨테이너 입니다.C++의 STL과 동일한 인터페이스로 구현하였으며 주로 사용하는 자료구조와 알고리즘들이 구현되어 있습니다.
102+
103+
* Sequence containers
104+
* Associative containers
105+
* Unordered associative containers
102106

103107

104108

@@ -201,7 +205,9 @@ OpenCSTL과 대응하는 C++ STL 코드입니다.
201205
VER(version.h) --> OCSTL(opencstl.h)
202206
FS(fstream.h) --> OCSTL(opencstl.h)
203207
ALGO(algorithm.h) --> OCSTL(opencstl.h)
204-
WATCH(watch.h) --> OCSTL(opencstl.h)
208+
WATCH(chrono.h) --> OCSTL(opencstl.h)
209+
L(logging.h) --> OCSTL(opencstl.h)
210+
MT(mt19937.h) --> OCSTL(opencstl.h)
205211
```
206212

207213

0 commit comments

Comments
 (0)