Skip to content

lazy-cat-y/CPP-STL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal CPP STL

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.


Supported CPP versions

  • C++ 17 __cplusplus == 201703L

running the tests

$ mkdir build
$ cd build
$ cmake ..
$ make
$ ./test/stl-tests

License

This project is licensed under the MIT License. See the LICENSE file for details.


Author

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published