MathewRo / miniSTL

Mini STL library implementation
MIT License
0 stars 0 forks source link

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