nicholas-gs / DataStructsAndAlgos

A library of Data Structures and Algorithms written using C++17

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Data Structures & Algorithms

A library of Data Structures and Algorithms written using C++17

Data Structures

Graph Representation

Graph Algorithms

Flow Network Representation

Flow Network Algorithms

Searching Algorithms

Sorting Algorithms

Unit Tests

Unit testing is performed using the Catch2 framework.

References

  • Algorithms, 4th Edition - Robert Sedgewick and Kevin Wayne
  • Introduction to Algorithms - Thomas H. Cormen, Charles E. Leiserson, Ronald L. Rivest, and Clifford Stein

License

MIT License

Copyright (c) 2020 Nicholas Gan

About

A library of Data Structures and Algorithms written using C++17

License:MIT License


Languages

Language:C++ 99.5%Language:CMake 0.4%Language:C 0.1%