This project is still under development.
This repository contains the implementation of some of the most commonly used data structures and algorithms in C++. The implementation is based on the cpp reference and llvm libc++. The test library is googletest.
- C++ 17
__cplusplus == 201703L
$ mkdir build
$ cd build
$ cmake ..
$ make
$ ./test/stl-tests
This project is licensed under the MIT License. See the LICENSE file for details.
- Haoxin Yang
GitHub: lazy-cat-y