MinhasKamal / AlgorithmImplementationsLinks
Implementation of Elementary Algorithms (infix-prefix-postfix-evaluation-to-longest-common-increasing-sub-sequence-activity-selection-balance-kd-binary-heap-binomial-tree-breath-depth-first-search-max-flow-shortest-path-topological-sort-calculus-derivative-integration-forward-interpolation-simpson-rule-intersecting-area-non-linear-equation-jacob…
☆79Updated 7 years ago
Alternatives and similar repositories for AlgorithmImplementations
Users that are interested in AlgorithmImplementations are comparing it to the libraries listed below
Sorting:
- ☆110Updated 2 years ago
- A repository containing C++11/14/17 concepts and code snippets☆96Updated 7 years ago
- Trie is a lightweight and simple autocompletion data structure written in C++11.☆45Updated 10 years ago
- C++ implementation of concurrent Binary Search Trees☆72Updated 10 years ago
- An Implementation of BigInteger library in C++☆96Updated 2 years ago
- C++ Concurrency in Action - Practical Multithreading☆60Updated 8 years ago
- Data Structures and Algorithms library in C++☆37Updated 6 years ago
- C++11 std::async☆59Updated 13 years ago
- Matrix multiplication using c++11 threads☆33Updated 7 years ago
- Source code for 'C++ Standard Library Quick Reference' by Peter Van Weert and Marc Gregoire☆22Updated 8 years ago
- A lightweight big integer library for c++☆221Updated 4 years ago
- Source code for my articles☆146Updated last year
- A commented list of Modern C++ resources☆60Updated 8 years ago
- Solutions to problems from several OJ (leetcode, Codeforces, Project Euler, SPOJ, Timus, Topcoder, UVa).☆43Updated last week
- Boost.org algorithm module☆126Updated this week
- FastDCS is a distributed computing system.☆35Updated 7 years ago
- Advanced C++ Programming CookBook, published by Packt☆108Updated 2 years ago
- C++ Sorting Algorithm implementation☆56Updated 5 years ago
- C++ STL Examples☆38Updated 2 years ago
- C++ Template Metapogramming Study Resources☆38Updated 6 years ago
- Fast generalized heap tree algorithms in C++ and C. Provides simultaneous support for D-heap and B-heap.☆135Updated 6 years ago
- C implementation of the Hazard-Pointers memory manager☆17Updated 11 years ago
- Thread pool using std::* primitives from C++20, with optional priority queue/greenthreading for POSIX.☆85Updated 3 years ago
- An intrusive lock-free multiple-producer, single-consumer queue in C++☆52Updated 9 years ago
- Google's URL parsing library☆32Updated 10 years ago
- Mastering the C++17 STL, published by Packt☆103Updated 2 years ago
- This is a repository for the codes that I write for my blog posts at http://kartikkukreja.wordpress.com.☆177Updated 2 years ago
- Distributed search engine in C++14, using nanomsg for communication, bond for serialization.☆67Updated 10 years ago
- C++ MapReduce Library for efficient multi-threading on single-machine☆338Updated 4 years ago
- Timing utility, wraps C++11 std::chrono in an easy to use StopWatch utility☆51Updated 9 years ago