Top 25 avl-tree open source projects

Opends
Template Library of Data Structures in C++17
Containers
This library provides various containers. Each container has utility functions to manipulate the data it holds. This is an abstraction as to not have to manually manage and reallocate memory.
Gods
GoDS (Go Data Structures). Containers (Sets, Lists, Stacks, Maps, Trees), Sets (HashSet, TreeSet, LinkedHashSet), Lists (ArrayList, SinglyLinkedList, DoublyLinkedList), Stacks (LinkedListStack, ArrayStack), Maps (HashMap, TreeMap, HashBidiMap, TreeBidiMap, LinkedHashMap), Trees (RedBlackTree, AVLTree, BTree, BinaryHeap), Comparators, Iterators, …
Python3 data structures
Code from Youtube Tutorial Series
Cdcontainers
Library of data containers and data structures for C programming language.
Treeplayground
Tree Visualization Tool for Learning Data Structure and Algorithm.
Advanced Algorithms
100+ algorithms & data structures generically implemented in C#.
Libfastcommon
c common functions library extracted from my open source project FastDFS. this library is very simple and stable. functions including: string, logger, chain, hash, socket, ini file reader, base64 encode / decode, url encode / decode, fast timer, skiplist, object pool etc. detail info please see the c header files.
Iruka
A collection of classical data structures ⛩ and algorithms 🏃‍♂️ implemented in Typescript with video lectures 📹.
Hft Orderbook
Limit Order Book for high-frequency trading (HFT), as described by WK Selph, implemented in Python3 and C
Klib
A standalone and lightweight C library
Javascript Datastructures Algorithms
📚 collection of JavaScript and TypeScript data structures and algorithms for education purposes. Source code bundle of JavaScript algorithms and data structures book
Data-Structures-and-Algorithms
Implementation of various Data Structures and algorithms - Linked List, Stacks, Queues, Binary Search Tree, AVL tree,Red Black Trees, Trie, Graph Algorithms, Sorting Algorithms, Greedy Algorithms, Dynamic Programming, Segment Trees etc.
consistent-hashing
an implementation of Consistent Hashing in pure Ruby using an AVL tree
TUMGAD
Exercise generator and helpful materials for the Introduction to Algorithms and Data Structures 📚
avl tree set rs
Rust repository for the my article: Understanding Rust Through AVL Trees
AVL-Tree
Implementation of an AVL tree in Java
go-avltree
AVL tree with some useful extensions written in Go
avl array
High performance templated AVL tree using a fixed size array. Extensive test suite passing.
1-25 of 25 avl-tree projects