rbtree topic

List rbtree repositories

ds

49
Stars
5
Forks
Watchers

🔗 Common Data Structures and Algorithms

gostl

995
Stars
112
Forks
Watchers

Data structure and algorithm library for go, designed to provide functions similar to C++ STL

rbtree-rs

52
Stars
15
Forks
Watchers

The rbtree for Rust

adif

104
Stars
40
Forks
Watchers

用标准c语言开发的常用数据结构和算法基础库,作为应用程序开发接口基础库,为编写高性能程序提供便利,可极大地缩短软件项目的开发周期,提升工程开发效率,并确保软件系统运行的可靠性、稳定性。

ctl

147
Stars
6
Forks
Watchers

My variant of the C Template Library

Libft

26
Stars
2
Forks
Watchers

42 library of basic C functions - queues, lists, memory operations and more :smile:

dao

52
Stars
3
Forks
Watchers

Simple and high-performance data structures and algorithms library

Algorithm

34
Stars
5
Forks
Watchers

1.算法与数据结构库;2.已经实现动态数组/双向链表/栈/队列/堆/链式哈希表/二叉搜索树/红黑树.均以C++模板类实现,可用于实际项目中替代STL的容器类及数据结构学习.3.已经实现图/深度优先/广度优先...

gstl

23
Stars
6
Forks
Watchers

快写完了....支持泛型的数据结构库(vec, linkedlist, skiplist, hashtable, btree, avltree, rbtree, trie, set

BalanceTree

34
Stars
8
Forks
Watchers

Binary balanced search tree: AVL, red-black tree recursive/non-recursive C++ code implementation (non-third-party library)