Topic: "balanced-search-trees"
w8r/avl
:eyeglasses: Fast AVL tree for Node and browser
Language: TypeScript - Size: 270 KB - Last synced at: 7 days ago - Pushed at: about 2 months ago - Stars: 116 - Forks: 32

chen0040/lua-algorithms
Lua algorithms library that covers commonly used data structures and algorithms
Language: Lua - Size: 44.9 KB - Last synced at: 22 days ago - Pushed at: over 7 years ago - Stars: 70 - Forks: 13

recp/ds
🔗 Common Data Structures and Algorithms
Language: C - Size: 102 KB - Last synced at: 22 days ago - Pushed at: over 1 year ago - Stars: 51 - Forks: 5

dmcmanam/bbst-showdown
Fast AVL Trees & WAVL Trees in Java
Language: Java - Size: 4.8 MB - Last synced at: 25 days ago - Pushed at: about 7 years ago - Stars: 29 - Forks: 10

creachadair/mds
Generic data structures in Go.
Language: Go - Size: 437 KB - Last synced at: about 16 hours ago - Pushed at: 24 days ago - Stars: 24 - Forks: 3

harismuneer/2-3-Tree
🌲 A C++ implementation of all functionalities (insertion, deletion, search etc) of a 2-3 (two-three) Tree using Rotation, Split and Merge operations. (Please share if you find any bug in the code)
Language: C++ - Size: 46.9 KB - Last synced at: 20 days ago - Pushed at: 3 months ago - Stars: 14 - Forks: 14

IvanVigor/Balanced_Graph_Partitioning
Implementation of Balanced Graph Partitioning Konstantin" - Andreev and Harald Racke (Authors of the paper) by Ivan Vigorito and Lorenzo Frigerio
Language: Python - Size: 2.29 MB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 10 - Forks: 4

Aditya-A-garwal/AgAVLTree
High performance C++ AVL tree implementation with unit tests, examples and benchmarks
Language: C++ - Size: 163 KB - Last synced at: 6 days ago - Pushed at: almost 3 years ago - Stars: 9 - Forks: 0

abdullahemad12/Cranberry-Btree
A balanced search tree library written in c
Language: C - Size: 1 MB - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 9 - Forks: 5

wroberts/pyredblack
Cython interface to red-black trees implemented in C++
Language: Python - Size: 71.3 KB - Last synced at: 17 days ago - Pushed at: over 5 years ago - Stars: 8 - Forks: 1

MauriceGit/tree23
An implementation of a balanced 2,3-tree that allows accessing next/previous elements in O(1) at all times.
Language: Go - Size: 70.3 KB - Last synced at: 10 months ago - Pushed at: almost 7 years ago - Stars: 8 - Forks: 1

SamanKhamesian/AVL-Tree
This project is an implementation of AVL-Tree data structure
Language: Java - Size: 79.1 KB - Last synced at: 23 days ago - Pushed at: almost 6 years ago - Stars: 7 - Forks: 0

rahul1947/LP3-Multidimensional-Search-MDS-Implementation
Implementation of MDS for a website seller (like Amazon), having thousands of Products (each with its own ID, Price, Description). Organizing data into a TreeMap (Red-Black Tree), used HashMap, and HashSet to achieve insertion, deletion, search, modification efficiently.
Language: Java - Size: 130 MB - Last synced at: about 2 years ago - Pushed at: about 6 years ago - Stars: 2 - Forks: 1

davecom/SwiftRedBlackTree
A Red-Black Tree Implemented in Swift
Language: Swift - Size: 9.77 KB - Last synced at: about 2 months ago - Pushed at: over 7 years ago - Stars: 2 - Forks: 0

pboyer/skiplist
A Go skip list implementation.
Language: Go - Size: 1.95 KB - Last synced at: about 1 year ago - Pushed at: over 7 years ago - Stars: 2 - Forks: 0

binary-search-tree/red-black-tree
:christmas_tree: Red-black tree library for JavaScript
Language: JavaScript - Size: 4.66 MB - Last synced at: 14 days ago - Pushed at: 14 days ago - Stars: 1 - Forks: 0

bpstelios10/coursera-algos
Coursera algorithms 1 (from Princeton Uni)
Language: Java - Size: 22 MB - Last synced at: about 2 months ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

aim97/AVL-tree
Language: C++ - Size: 21.5 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

stepulak/splay-tree
Self balancing binary tree with logarithmic amortized time of CRUD operations
Language: Go - Size: 19.5 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

shravzzv/ODIN-Binary-search-trees-project
Project for implementing a Balanced Binary Search Tree data structure in JS.
Language: JavaScript - Size: 81.1 KB - Last synced at: 28 days ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

shankar-01/Binary_Tree_Visualization
Binary Search Tree and Balanced Binary Search Tree Visualization
Language: Java - Size: 15.6 KB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

burns534/KTree
This is an interactive animation of a novel tree structure I made which balances itself based on real-time query activity.
Language: Swift - Size: 803 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

zharmedia386/CaseStudy_ADT_Tree_1A_Kel2
⏩ Studi Kasus Membuat Aplikasi Pendataan Pegawai Dengan Menggunakan Struktur Data Tree
Language: C - Size: 56.6 KB - Last synced at: over 1 year ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

adamperrry/ruby-binary-search-tree
Binary search tree data structure and methods for The Odin Project. All of the traversal methods are iterative and not recursive, except for the Pretty Print method taken from TOP.
Language: Ruby - Size: 1.95 KB - Last synced at: 12 months ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

Samuel-Sorial/Data-Structures-CS61B
My solutions to CS61B taught by Josh Hug at Berkely spring 2019.
Language: Java - Size: 105 MB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 0

wowczarek/rbt
Yet another red-black tree implementation
Language: C - Size: 982 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

LandSharkFive/TreapOne
Treap Binary Search Tree
Language: C# - Size: 17.6 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

barannmeisterr/ExcelDataAnalyzerAvlTree
Student Data Query is a Java project designed to manage and query student data using an AVL tree data structure.
Language: Java - Size: 99.6 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

LandSharkFive/WBTreeOne
Weight Balanced Binary Tree
Language: C# - Size: 7.81 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

Haminimi/binary-search-tree
A balanced binary search tree with all the basic methods.
Language: JavaScript - Size: 21.5 KB - Last synced at: about 2 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

aniketh317/code_stuff
All codes
Language: C++ - Size: 88.9 KB - Last synced at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

8Altair/Binary-search-tree-balanced
C++ project for implementing binary search tree with a special criterion for balancing.
Language: C++ - Size: 200 KB - Last synced at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

Orelba/binary-search-tree
Building a balanced binary search tree (BST)
Language: JavaScript - Size: 5.86 KB - Last synced at: about 2 months ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

ranabarakat/red-black-trees
Red Black Trees optimised dictionary
Language: Python - Size: 502 KB - Last synced at: almost 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

olegoratovskiy/scapegoat-tree
scapegoat tree
Language: C++ - Size: 3.91 KB - Last synced at: about 1 month ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

alejandro945/fiba-data-control
Principles of tree theory with its search algorithms and classifications such as the red and black ones to improve complexity using own and generic data structures
Language: Java - Size: 21.5 MB - Last synced at: 2 months ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 1

Shrey-Viradiya/SkulLGO
This repository contains the code for the course Advance Data Structures
Language: C++ - Size: 3.99 MB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 1

make-github-pseudonymous-again/js-avl-tree
:balance_scale: AVL trees for JavaScript
Language: JavaScript - Size: 1.87 MB - Last synced at: about 2 months ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

saurabh1907/red-black-tree-implementation-job-scheduling
Job Scheduling using red-black tree and priority queues in java
Language: Java - Size: 8.79 KB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

DgrinderHZ/B-Tree
Language: Python - Size: 13.7 KB - Last synced at: over 1 year ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

Zain-Bin-Arshad/Tree-DataStructure-Comparison
An application that compares tree data structure i.e. BST, AVL, Btree.
Language: Java - Size: 29.3 KB - Last synced at: 21 days ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

brown9804/Arbol_BusquedaBinaria
Implementación de la estructura de datos BinarySearchTree mediante plantillas en C++
Language: C++ - Size: 3.23 MB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

albert-espin/btree-word-finder
Balanced Binary Tree Word Finder
Language: Python - Size: 1.72 MB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

tswhison/redblacktree
C implementation of Red-Black trees
Language: C - Size: 24.4 KB - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

tswhison/avltree
C implementation of G.M. Adel'son-Velskii and Y.M. Landis trees
Language: C - Size: 22.5 KB - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

menuka94/advanced-algorithms
Language: Java - Size: 3.27 MB - Last synced at: about 2 years ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

bnriiitb/HackerRank
This repository contains the solutions of Hacker Rank Coding Challenges I solved.
Language: Java - Size: 10.7 KB - Last synced at: about 2 years ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

axelzucho/treeStructures
C++ implementation of various balanced trees
Language: C++ - Size: 14.6 KB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

Hongtae/AVLOptimize
DKGL_AVLTree optimization test
Language: C++ - Size: 156 KB - Last synced at: 2 months ago - Pushed at: over 9 years ago - Stars: 0 - Forks: 1
