Nerdylicious / DataStructuresLinks
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 10 years ago
Alternatives and similar repositories for DataStructures
Users that are interested in DataStructures are comparing it to the libraries listed below
Sorting:
- Implementation of Dijkstra's algorithm in C++ which finds the shortest path from a start node to every other node in a weighted graph.☆40Updated last year
- A basic JSON library in modern C++☆16Updated 4 years ago
- A lightweight Qt C++ library providing some of the cryptographic hash algorithms not supported by QCryptographicHash☆16Updated 3 years ago
- Boost.org integer module☆19Updated last month
- Very simple noSQL database, created as an example during a talk. See FineDB for a real high-performance noSQL database.☆14Updated 12 years ago
- Coroutine implementation for C++11☆18Updated 13 years ago
- zero-copy non-blocking shared memory publisher/subscriber IPC library☆20Updated 11 years ago
- C JSON parser (both, SAX-like & full DOM)☆25Updated last year
- A Simulink Like IDE for C++,based on nana gui.☆10Updated 8 years ago
- C++ (java like) Javolution Mirror☆18Updated 8 years ago
- Cross-platform template C++ project configured to build for Linux (gcc/clang), MacOS, Windows (Cygwin, MinGW, MSYS2, Visual Studio) with …☆44Updated 3 months ago
- SubC Compiler : By Nils M Holm, 2011--2012☆16Updated 13 years ago
- Windows pthreads with Visual Studio 2013☆54Updated 3 years ago
- Convert floating-point numbers to strings in their shortest, most accurate representation☆12Updated 8 months ago
- Boost.IO☆15Updated 2 months ago
- Interactive C++ Interpreter for x86 Systems☆58Updated 10 years ago
- A minimal subset of the Boost C++ library☆36Updated 2 years ago
- Lemon Parser Generator☆44Updated 6 years ago
- Boost.org typeof module☆13Updated 2 months ago
- Boost.org ptr_container module☆16Updated 2 months ago
- Matrix multiplication using c++11 threads☆33Updated 7 years ago
- Boost.org flyweight module☆13Updated 3 weeks ago
- Depth C++ library☆10Updated 6 years ago
- An implementation of Judy Arrays in 1250 Lines of C Code. (with sample CLI applications and Xcode project)☆17Updated 14 years ago
- ☆22Updated 3 years ago
- The boost website.☆27Updated 2 months ago
- Enterprise quality C++ application framework with dependency injection, test framework, and logging☆16Updated last year
- The B-trie and B-tree, written in C, as described in my PhD thesis.☆29Updated 8 years ago
- C++ std::thread Event Loop with Message Queue and Timer☆48Updated 3 months ago
- Combinators in C☆38Updated 13 years ago