Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 705 Bytes

README.md

File metadata and controls

15 lines (14 loc) · 705 Bytes

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