Skip to content

MathewRo/miniSTL

Repository files navigation

Build Status Coverage Status

MiniSTL

This library isn't a minimal implementation of STL even though the name sounds so. The main agenda is to learn the basic algorithms and data structure by aligning them in a structured manner. STL's alignment seems to match this requirement perfectly.

Building

cd algorithm/sort/build
cmake -- && make

To run the executable, use

../bin
./sort_ut # For Unit Test
./sort	  # For Proper exe

About

Mini STL library implementation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published