datastructures topic

List datastructures repositories

staticvec

267
Stars
20
Forks
Watchers

Implements a fixed-capacity stack-allocated Vec alternative backed by an array, using const generics.

bloomfilter

39
Stars
21
Forks
Watchers

Simplistic (but fast) java implementation of a bloom filter.

Leetcode

267
Stars
40
Forks
Watchers

Leetcode problems & solutions

PHPAlgorithms

938
Stars
92
Forks
Watchers

A collection of common algorithms implemented in PHP. The collection is based on "Cracking the Coding Interview" by Gayle Laakmann McDowell

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

108
Stars
71
Forks
Watchers

Tests, Questions and Solutions from Cracking the Coding Interview

aoapc

28
Stars
5
Forks
Watchers

《算法竞赛入门经典 第2版》代码实现

data_structures_in_dart

29
Stars
6
Forks
Watchers

Examples from Data Structures & Algorithms in Java ported over to Dart

pure-fun

141
Stars
17
Forks
Watchers

Purely functional data structures for OCaml, translated from Chris Okasaki's book "Purely Functional Data Structures"