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
- The boost website.☆27Updated 2 weeks ago
- Boost.org typeof module☆13Updated 3 weeks ago
- Coroutine implementation for C++11☆18Updated 13 years ago
- Hands-On Algorithms for Computer Vision, published by Packt☆37Updated 2 years ago
- Boost.org flyweight module☆13Updated 3 weeks ago
- Cross-platform template C++ project configured to build for Linux (gcc/clang), MacOS, Windows (Cygwin, MinGW, MSYS2, Visual Studio) with …☆42Updated last month
- Boost.org integer module☆19Updated last week
- Boost.org property_map module☆16Updated 3 weeks ago
- Trying to implement Scikit Learn for Python in C++ (Single Headers and No dependencies)☆48Updated 5 years ago
- Boost.org bind module☆28Updated 3 weeks ago
- Boost.org array module☆22Updated 3 weeks ago
- Boost.org ptr_container module☆16Updated 3 weeks ago
- A basic JSON library in modern C++☆16Updated 4 years ago
- C++11 header-only thread pool library☆19Updated 6 years ago
- Boost.org tuple module☆20Updated 3 weeks ago
- Depth C++ library☆10Updated 6 years ago
- Boost.org statechart module☆31Updated 3 weeks ago
- Text Editor for Source Code☆29Updated 3 months ago
- A visual Finite State Machine editor☆27Updated 7 years ago
- Rock (Robot Construction Kit) 3D visualization framework based on OpenSceneGraph and Qt☆20Updated last week
- Boost.org scope_exit module☆17Updated 3 weeks ago
- Boost.org timer module☆23Updated 3 weeks ago
- Boost.org exception module☆16Updated 3 weeks ago
- Enterprise quality C++ application framework with dependency injection, test framework, and logging☆16Updated last year
- A light weight, low level embedded key-value database library☆32Updated 12 years ago
- Minimal pub/sub message queue in C.☆22Updated 10 years ago
- C JSON parser (both, SAX-like & full DOM)☆25Updated last year
- Very simple noSQL database, created as an example during a talk. See FineDB for a real high-performance noSQL database.☆14Updated 11 years ago
- Collection of highly reusable C utilities.☆29Updated last year