datastructures topic
staticvec
Implements a fixed-capacity stack-allocated Vec alternative backed by an array, using const generics.
concise-encoding
The secure data format for a modern world
bloomfilter
Simplistic (but fast) java implementation of a bloom filter.
Leetcode
Leetcode problems & solutions
PHPAlgorithms
A collection of common algorithms implemented in PHP. The collection is based on "Cracking the Coding Interview" by Gayle Laakmann McDowell
algorithms-and-data-structures-cheat-sheet
Providing a summary of important algorithms and data structures along with their key characteristics and use cases. It can be used as a quick reference for solving programming problems or refreshing k...
cracking-the-coding-interview
Tests, Questions and Solutions from Cracking the Coding Interview
aoapc
《算法竞赛入门经典 第2版》代码实现
data_structures_in_dart
Examples from Data Structures & Algorithms in Java ported over to Dart
pure-fun
Purely functional data structures for OCaml, translated from Chris Okasaki's book "Purely Functional Data Structures"