ods
Data structure library
Provides implementations and pseudocode of data structures in multiple programming languages.
Mission: To provide a high-quality open content data structures textbook that is both mathematically rigorous and provides complete implementations.
1k stars
63 watching
248 forks
Language: TeX
last commit: almost 3 years ago
Linked from 2 awesome lists
data-structurestextbook
Related projects:
Repository | Description | Stars |
---|---|---|
daichi-m/go18ds | An implementation of various data structures and algorithms in Go. | 46 |
orium/rpds | A Rust implementation of persistent data structures with structural sharing | 1,261 |
recp/ds | A collection of common data structures and algorithms implemented in C. | 51 |
sirherrbatka/cl-data-structures | A collection of reusable data structures and streaming algorithms in Common Lisp. | 47 |
mirahman/php-data-structure-and-algorithms | A comprehensive implementation of fundamental data structures and algorithms in PHP. | 626 |
younatics/collection-data-structures-swift-kr | An in-depth tutorial on collection data structures in Swift, covering their performance and comparison to Objective-C equivalents. | 46 |
liyue201/gostl | A data structure and algorithm library designed to provide functions similar to C++ STL in Go. | 1,054 |
leoven/c-macro-collections | A set of header-only data structures and utilities for C. | 534 |
stylewarning/cl-algebraic-data-type | A Common Lisp implementation of algebraic data types with features like pattern matching and mutable data structures. | 136 |
dotchain/dotjs | A distributed, reactive, and functional data structure library for JavaScript | 8 |
meh/elixir-datastructures | A collection of Elixir data structures and their associated protocols. | 215 |
theck01/offbrand_lib | A collection of reference counted generic data structures and tools to create C-style classes. | 81 |
ndantam/sycamore | A fast and functional data structure library in Common Lisp. | 118 |
owainlewis/ocaml-datastructures-algorithms | Educational repository of data structures and algorithms implemented in OCaml. | 48 |
j4mie/micromodels | A library that provides declarative dictionary-based model classes for building and serializing data structures in Python. | 104 |