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.☆41Updated last year
- C JSON parser (both, SAX-like & full DOM)☆27Updated 2 years ago
- Trying to implement Scikit Learn for Python in C++ (Single Headers and No dependencies)☆48Updated 5 years ago
- ☆18Updated 6 years ago
- Minimal pub/sub message queue in C.☆23Updated 11 years ago
- Very simple noSQL database, created as an example during a talk. See FineDB for a real high-performance noSQL database.☆14Updated 12 years ago
- libevent based multi-threaded web server☆19Updated 9 years ago
- A visual Finite State Machine editor☆27Updated 7 years ago
- Interactive C++ Interpreter for x86 Systems☆58Updated 10 years ago
- A small little tool for dumping a floating-point number in its native format☆56Updated 10 years ago
- Terminal image viewer / conversion tool☆15Updated last year
- Coroutine implementation for C++11☆18Updated 13 years ago
- Boost.org flyweight module☆14Updated 2 weeks ago
- The B-trie and B-tree, written in C, as described in my PhD thesis.☆30Updated 9 years ago
- Hackable Lexer with UTF-8 support☆23Updated 6 years ago
- Cross-platform template C++ project configured to build for Linux (gcc/clang), MacOS, Windows (Cygwin, MinGW, MSYS2, Visual Studio) with …☆44Updated 6 months ago
- Modern c++17 unit testing framework on Microsoft Windows, Apple macOS, Linux, iOS and android.☆15Updated 4 years ago
- Boost.org typeof module☆13Updated this week
- Example code from my Java Style Threads Class in C++ blog.☆39Updated 5 years ago
- Simple string pattern matcher for C☆25Updated 5 years ago
- Code samples from book "Clean C++: Sustainable Software Development Patterns and Best Practices with C++ 17"☆12Updated 7 years ago
- Asynchronous C++ TCP socket library for Linux.☆15Updated 5 years ago
- Text Editor for Source Code☆30Updated this week
- Tiny format/mustache templating library (C++11)☆24Updated 9 years ago
- Cross platform programmers editor, uses the CopperSpice libraries☆23Updated last week
- An optimized Ring Buffer implementation based on the POSIX shared memory trick☆17Updated last year
- Text editor written in C++, aims to be fast, sexy, cross-platform, and customizable☆44Updated 4 years ago
- C++ std::thread Event Loop with Message Queue and Timer☆49Updated 7 months ago
- The boost website.☆27Updated last month
- Implement a multi-threaded HTTP web server based on boss-worker thread pattern in C, using pthread library.☆12Updated 13 years ago