There are 3 repositories under avl-tree topic.
:books: collection of JavaScript and TypeScript data structures and algorithms for education purposes. Source code bundle of JavaScript algorithms and data structures book
A standalone and lightweight C library
100+ algorithms & data structures generically implemented in C#
Limit Order Book for high-frequency trading (HFT), as described by WK Selph, implemented in Python3 and C
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.
Throw in the towel.
Go datastructures.
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.
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.
A股订单簿工具,使用逐笔行情进行订单簿重建、千档快照发布、各档委托队列展示等,包括python模型和FPGA HLS实现。
Javascript Data Structure & TypeScript Data Structure. Heap, Binary Tree, Red Black Tree, Linked List, Deque, Trie, HashMap, Directed Graph, Undirected Graph, Binary Search Tree, AVL Tree, Priority Queue, Graph, Queue, Tree Multiset, Singly Linked List, Doubly Linked List, Max Heap, Max Priority Queue, Min Heap, Min Priority Queue, Stack.
Code from Youtube Tutorial Series
Library of data containers and data structures for C programming language.
GoDS-Generic (Go Generic Data Structures) - Sets, Lists, Stacks, Maps, Trees, Queues, and much more
DataStructures and algorithms
A collection of Data Structures implemented in Swift.
Data Structures & Algorithms Implementation in Python
extra-collections (or extra for short) is a python3 package that provides a pythonic, intuitive, and easy implementation of the most common data structures used in software projects.
Functional Algorithms Verified in SSReflect [maintainer=@clayrat]
Efficient Immutable/Persistent Collections for Java
an implementation of Consistent Hashing in pure Ruby using an AVL tree
Some basic C# tools for Unity3D.
Popular algorithms on C#, data structures and solutions for Cracking the Code Interview
Veri Yapıları ve Algoritmalar dersinin kod deposudur.
Binary balanced search tree: AVL, red-black tree recursive/non-recursive C++ code implementation (non-third-party library)
Source Code for HappyCoders.eu article series on tree data structures (binary tree, binary search tree, AVL tree, red-black tree).
Rust repository for the my article: Understanding Rust Through AVL Trees