TinySTL
C++ data structures
A simplified C++ standard library implementation that focuses on data structures and algorithms
TinySTL is a subset of STL(cut some containers and algorithms) and also a superset of STL(add some other containers and algorithms)
2k stars
113 watching
637 forks
Language: C++
last commit: about 6 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
pharo-containers/avl | A Smalltalk implementation of an AVL tree data structure | 4 |
liyue201/gostl | A data structure and algorithm library designed to provide functions similar to C++ STL in Go. | 1,057 |
sbourlon/go-lctree | Provides data structures and utilities for serializing and deserializing LeetCode-style binary trees | 4 |
msteinbeck/tinyspline | A C library providing an object-oriented interface to NURBS, B-Splines, and Bezier curves for interpolation, transformation, and querying. | 1,203 |
clojure/data.avl | A data structure library implementing persistent AVL trees for sorted maps and sets with efficient rank queries, nearest key lookups, and other operations. | 132 |
jvdsandt/protobuf-smalltalk | A Smalltalk library for serializing and deserializing structured data using a protocol buffer format | 13 |
justcoding121/advanced-algorithms | A comprehensive C# library implementing various data structures and algorithms | 1,316 |
billyevans/tst | A Rust implementation of a ternary search tree data structure used for efficient string matching and lookup. | 23 |
martinus/unordered_dense | A hash map and hash set implementation with optimized storage and deletion algorithms | 942 |
coq-community/fav-ssr | A comprehensive library of verified data structures and algorithms in Coq | 45 |
derekparker/trie | A Go library implementing a data structure for fast prefix and fuzzy string searching | 764 |
pimentel/scca-bc | Analyzes data to identify linear relationships and groups them into clusters | 2 |
hernanmd/biosmalltalk | A library for bioinformatics using Smalltalk | 17 |
joelrorseth/tree-trouble | An interactive tutorial on Binary Search Trees designed for the Swift Playgrounds application on iPads | 24 |
aalhour/c-sharp-algorithms | A comprehensive C# implementation of standard data structures and algorithms | 5,956 |