Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.99 KB

README.md

File metadata and controls

41 lines (27 loc) · 1.99 KB

C++ Algorithms & Data Structures

C++ Standards Under Development Build Status Codacy Badge

These are C++ implementations of various algorithms and data structures optimized and modularized for peak performance and extensibility. This project includes support for C++11 std and can currently only be built on Linux.

See Wiki for more details

Install

You need to have any recent C++ compiler with C++11 support installed on your system along with a few pre-requisites:

The following commands will get you through the installation of the dependencies:

sudo apt-get install libboost-all-dev
sudo add-apt-repository ppa:george-edison55/cmake-3.x
sudo apt-get update
sudo apt-get install cmake

Once you're done with the above installation, you can build the project using CMAKE:

git clone https://github.com/pskrunner14/cpp-algs.git
cd cpp-algs/
./install.sh

References

License

This project is distributed under the MIT License, see LICENSE for more information.