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 6 months ago
- Long Short-Term Memory implementation by c++☆26Updated 6 years ago
- cross platform clipboard library☆15Updated last year
- Convert floating-point numbers to strings in their shortest, most accurate representation☆11Updated 3 weeks ago
- In a adjacent list Graph, find the shortest path between two Nodes by Dijkstra's algorithm.☆12Updated 11 years ago
- An easy to use and efficient memory pool allocator written in C++.☆11Updated 8 years ago
- A collection of OpenGL windowing basecodes☆24Updated 11 years ago
- C++ framework that implements machinelearning algorithms (clustering, dimension reducing, genetic algorithms)☆29Updated 10 years ago
- The boost website.☆24Updated this week
- A simple C++11 lua binding library☆13Updated 11 years ago
- C++ CSV and DSV Filter Library https://www.partow.net/programming/dsvfilter/index.html☆2Updated 3 months ago
- Basic graph algorithms + Qt GUI☆14Updated 2 years ago
- A view that allows iteration over a view, returning the index of each item along with each item☆12Updated 4 years ago
- A single file C++ header-only minizip wrapper library☆26Updated 2 years ago
- An C++ Version of Q-Learning, to Train Robot Play with Flappybird!!☆44Updated 7 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
- C++ 资源大全中文版,标准库、Web应用框架、人工智能、数据库、图片处理、机器学习、日志、代码分析等☆16Updated 4 years ago
- zero-copy non-blocking shared memory publisher/subscriber IPC library☆20Updated 11 years ago
- Use libxlsxwriter in Qt 5 or 6. libxlsxwriter is a C library for creating Excel XLSX files.☆11Updated 4 years ago
- quaternion, euler angle, interpolation, cubic bezier, cubic spline, PCA, etc.☆33Updated 5 years ago
- A very simple "Hello World!" GLUT application demonstrating how to write OpenGL applications in C with MinGW and MSVC.☆36Updated 7 years ago
- shared memory inter process communication library☆7Updated 10 years ago
- Cross-platform C++ library to copy/paste clipboard content☆23Updated 3 weeks ago
- tiny fast portable real-time deep neural network for regression and classification within 50 LOC.☆50Updated 3 years ago
- Simple string pattern matcher for C☆25Updated 4 years ago
- Coroutine implementation for C++11☆18Updated 12 years ago
- Windows pthreads with Visual Studio 2013☆52Updated 3 years ago
- Code samples from book "Clean C++: Sustainable Software Development Patterns and Best Practices with C++ 17"☆12Updated 6 years ago
- Learning Modern C++ Functional Programming, published by Packt☆27Updated 4 years ago
- Cleaned up version of <https://bitbucket.org/martinhofernandes/wheels/>☆28Updated 8 years ago