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 7 months ago
- implementation of algorithms related to bezier curve for path smoothing☆15Updated 5 years ago
- Coroutine implementation for C++11☆18Updated 12 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
- A small collection of Open Source utilities and convenience functions that make C++17 development happier. All code is copied from other …☆13Updated last year
- serialization prototype for tiny-dnn☆15Updated 8 years ago
- Cross platform programmers editor, uses the CopperSpice libraries☆20Updated this week
- A HTML5 engine for browser or webapp platform☆13Updated 4 months ago
- Granular Rigid Body Simulation Framework: efficient research tools to simulate non-smooth granular rigid body dynamics.☆10Updated last month
- slic video segmentation☆10Updated 10 years ago
- Depth C++ library☆10Updated 6 years ago
- ☆13Updated 10 years ago
- Basic graph algorithms + Qt GUI☆14Updated 3 years ago
- A simple C++11 lua binding library☆13Updated 11 years ago
- A no-hassle GVim-inspired GUI text editor built with wxWidgets.☆15Updated 4 years ago
- C++11 header-only thread pool library☆19Updated 5 years ago
- A simple DXF File viewer☆24Updated 2 months ago
- C++ TCP Proxy Server Variations☆7Updated 8 years ago
- Simple and fast drop-in replacements for the stdlib's strstr() and memmem() sub-sequence search functions.☆10Updated 10 years ago
- shared memory inter process communication library☆7Updated 10 years ago
- header-only Windows implementation of the <sys/time.h> header☆12Updated 2 years ago
- ☆38Updated 5 years ago
- Rock (Robot Construction Kit) 3D visualization framework based on OpenSceneGraph and Qt☆18Updated this week
- Paint Qt5 QWidget using SDL2☆10Updated 5 years ago
- A lightweight Qt C++ library providing some of the cryptographic hash algorithms not supported by QCryptographicHash☆16Updated 3 years ago
- Cross-platform C++ library to copy/paste clipboard content☆23Updated 2 months ago
- simple toolkit for image restoration and analysis☆10Updated 8 years ago
- Simple C++/Qt Project for Searching in text files using BST / TST / Trie / Hash Data Structures.☆11Updated 8 years ago
- 高性能C数据结构,双向列表、红黑树、哈希表等!☆20Updated 9 years ago
- GTL (Graph Template Library) is a STL based library, which provides necessary classes and algorithms for the work with graphs.☆20Updated 2 years ago