A collection of powerful data structures
-
Updated
Aug 12, 2022 - Java
A collection of powerful data structures
Storage algorithms.
A red-black self-balancing interval tree
General balanced binary Merkle trees for Erlang
Object-oriented projects created in C++ and Java. Utilizes data structure concepts and inheritance.
An implementation of a balanced 2,3-tree that allows accessing next/previous elements in O(1) at all times.
An efficient and generic implementation of a balanced AVL Tree in native Swift.
Implementation of data structures in GO.
Purely functional data structures
Some interesting problems I solved on competition platforms such as codeforces
TreeKEM Library in JavaScript, Focusing on Generalization
Self balancing binary tree with logarithmic amortized time of CRUD operations
This is a projects with implementation of different algorithms & data structures in C#.
Advanced Algorithms and Data Structures FER labs
Balanced Tree Visualizer is a dynamic, interactive tool designed to help you understand balanced binary search trees. Whether you’re learning about AVL trees or Red-Black trees, this application provides a visually engaging way to explore tree operations and traversals.
Assignment 2 Phase 1 (BKU Tree) for Data Structures & Algorithms (CO2003) - Semester 201 - HCMUT
Sorted dictionary base on AVL tree, search O(1)/ delete O(1) / insert O(logN)
Collections and related data structures
Self balancing binary tree in C++
Add a description, image, and links to the balanced-tree topic page so that developers can more easily learn about it.
To associate your repository with the balanced-tree topic, visit your repo's landing page and select "manage topics."