1
0
Fork
You've already forked algorithms
0
A collection of over-engineered implementations of data-structures and algorithms.
  • C++ 100%
2025年02月16日 00:27:32 +05:30
.clang-format Use 100 columns and never tabs in clang-format 2025年02月16日 00:26:56 +05:30
.gitignore Ignore a.out file from Git 2025年01月07日 00:42:56 +05:30
_hld.cpp HLD: Deprecate it in favor of the HLD impl in LCA 2025年01月27日 13:06:42 +05:30
coordinate_compression.cpp Add adamant's coordinate compression function 2025年02月03日 00:36:28 +05:30
fenwick_tree.cpp Add references for Fenwick tree 2025年01月07日 02:49:10 +05:30
lca.cpp LCA: Add comments specifying space complexities 2025年01月27日 13:19:06 +05:30
LICENSE Initial commit 2025年01月06日 19:04:46 +00:00
lis.cpp Add longest increasing subsequence with construction 2025年02月16日 00:27:32 +05:30
pbds.cpp Define generic ordered set, multiset and map using PBDS 2025年01月07日 03:16:28 +05:30
polynomial_hashing.cpp Add references for the polynomial hashing template 2025年01月07日 02:24:04 +05:30
README.md Initial commit 2025年01月06日 19:04:46 +00:00
safe_int_hash_map_set.cpp Define a generic interface for safe int hashmap and hashset from neal's blog 2025年01月07日 02:36:22 +05:30
ternary_search.cpp Rewrite the test suite for better testing in ternary search 2025年01月14日 02:35:49 +05:30
vec_deque.cpp VecDeque: Fix using uninitialized memory after allocation and reserve_atleast increasing capacity exponentially 2025年01月25日 10:56:50 +05:30

algorithms

A collection of over-engineered implementations of data-structures and algorithms.