Nerdylicious / DataStructures
A collection of data structure/ADT implementations in C++. Includes binary trees, dictionaries, deque, doubly-linked lists, graphs (using an adjacency list), hash tables. Some implementations make use of the stack or queue ADT.
☆11Updated 9 years ago
Alternatives and similar repositories for DataStructures:
Users that are interested in DataStructures are comparing it to the libraries listed below
- Implementation of Dijkstra's algorithm in C++ which finds the shortest path from a start node to every other node in a weighted graph.☆39Updated 8 months ago
- Coroutine implementation for C++11☆18Updated 13 years ago
- ☆38Updated 6 years ago
- Directed Acyclic Graph For C++ With Cached Transitive Closure☆28Updated 6 years ago
- Boost.org array module☆21Updated 2 weeks ago
- tiny fast portable real-time deep neural network for regression and classification within 50 LOC.☆50Updated 4 years ago
- An easy to use and efficient memory pool allocator written in C++.☆11Updated 8 years ago
- Boost.org integer module☆17Updated last week
- Professional C++ Examples☆10Updated 3 years ago
- Clean examples of STL algorithms☆25Updated 6 years ago
- Simple C++/Qt Project for Searching in text files using BST / TST / Trie / Hash Data Structures.☆11Updated 8 years ago
- Chromium DevTools remote for C++☆11Updated 7 years ago
- call c api by dynamically loading it's library and without code change. Use this instead(more features, supper set) https://github.com/wa…☆16Updated 11 years ago
- interconverting json string and c++ class(convert json string to c++ class, and convert c++ class to json string)☆12Updated 8 years ago
- Boost.org bimap module☆21Updated 2 weeks ago
- 3D Computational Geometry in C++11☆19Updated 6 years ago
- C++ double-to-string conversion benchmark☆9Updated 7 months ago
- A curated list of awesome automatic Python binding generators for C++ projects☆24Updated 5 years ago
- Depth C++ library☆10Updated 6 years ago
- A lightweight Qt C++ library providing some of the cryptographic hash algorithms not supported by QCryptographicHash☆16Updated 3 years ago
- C++ CSV and DSV Filter Library https://www.partow.net/programming/dsvfilter/index.html☆2Updated 5 months ago
- C++11 header-only thread pool library☆19Updated 5 years ago
- Granular Rigid Body Simulation Framework: efficient research tools to simulate non-smooth granular rigid body dynamics.☆10Updated 2 months ago
- Regression testing tools for the Boost C++ Libraries project.☆10Updated 3 months ago
- Simple Reference Implementations of all the features added in C++11/14/17☆21Updated 7 years ago
- Tiny format/mustache templating library (C++11)☆23Updated 8 years ago
- shared memory inter process communication library☆7Updated 11 years ago
- Boost.org property_map module☆15Updated 2 weeks ago
- Framework for building applications based upon plugins☆11Updated 8 years ago
- Working code from the "Embedding Python in C++ Applications with boost::python" tutorial☆27Updated 13 years ago