An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: red-black-trees

SvenWoltmann/binary-tree

Source Code for HappyCoders.eu article series on tree data structures (binary tree, binary search tree, AVL tree, red-black tree).

Language: Java - Size: 942 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 38 - Forks: 22

ZacharyPatten/Towel

Throw in the towel.

Language: C# - Size: 19.7 MB - Last synced at: 1 day ago - Pushed at: over 1 year ago - Stars: 748 - Forks: 53

JacksonAllan/CC

A small, ergonomic generic container library.

Language: C - Size: 1.53 MB - Last synced at: 12 days ago - Pushed at: about 1 month ago - Stars: 294 - Forks: 10

msambol/dsa

Data structures and algorithms in X minutes. Code examples from my YouTube channel.

Language: Python - Size: 126 KB - Last synced at: about 2 months ago - Pushed at: 8 months ago - Stars: 551 - Forks: 110

IntuitionEngineeringTeam/RedBlackPy

Fast and Scalable Data Structures for Scientific and Quantitative Research.

Language: Python - Size: 62.5 MB - Last synced at: 13 days ago - Pushed at: over 6 years ago - Stars: 11 - Forks: 2

anupam-io/avl_tree

AVL tree: height-balanced trees in C supporting add, remove, search, update features. A comparison of AVL trees with red-black trees is also done(std::set).

Language: C - Size: 127 KB - Last synced at: about 2 months ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 0

IvanPinezhaninov/IntervalTree

A red-black self-balancing interval tree

Language: C++ - Size: 85.9 KB - Last synced at: about 2 months ago - Pushed at: almost 5 years ago - Stars: 29 - Forks: 7

mikenye/gotrees

A generic Binary Search Tree (BST) implementation in Go, supporting both unbalanced and balanced trees (e.g., Red-Black Trees)

Language: Go - Size: 122 KB - Last synced at: 9 days ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

dmcmanam/bbst-showdown

Fast AVL Trees & WAVL Trees in Java

Language: Java - Size: 4.8 MB - Last synced at: 13 days ago - Pushed at: over 7 years ago - Stars: 29 - Forks: 10

MikeRaphK/C-Data-Structures

A complete Data Structures library in C

Language: C - Size: 463 KB - Last synced at: 15 days ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 0

emilydolson/python-red-black-trees

Red-black tree implementation in Python

Language: Python - Size: 591 KB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 23 - Forks: 5

Mohamedgamal235/Data-Structure-C-plus-plus

This is Giudlines and implementations for serveral Data Strucutres in programming using C++ language.

Language: C++ - Size: 145 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 4 - Forks: 0

Zerabalus/Estructura-de-Datos-2024

Recursos, prácticas y proyectos de mi curso de Estructura de Datos con el profesor Canek Pélaez

Language: Java - Size: 21.3 MB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

thenamangoyal/data-structures

Data Structures like AVL, Graph, Stack, Queue, Implemented from Scratch

Language: C++ - Size: 4.81 MB - Last synced at: 10 months ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

asad82/Trees

A simple implementation of Binary Tree, AVL Tree and Red Black Tree in C/C++. You can build, modify and traverse the trees.

Language: C++ - Size: 14.6 KB - Last synced at: 11 months ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

harshraj11584/CS2233_Data_Structures

Some Interesting Data Structures in C++

Language: C++ - Size: 16.6 KB - Last synced at: 12 months ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

shaunak97/Construction-scheduling

The project implements a construction project scheduler to keep track of all the buildings under construction using Min Heap and Red Black Trees. These Data Structures help identify the priority and progress of construction.

Language: C++ - Size: 19.5 KB - Last synced at: 12 months ago - Pushed at: about 5 years ago - Stars: 5 - Forks: 0

Sheel-ui/Advance-Data-Structures

Red Black tree and Priority Queue implementation for solving complex problems.

Language: C++ - Size: 409 KB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

FaizaanAlFaisal/Movie-Recommendation-System

A Qt/C++ GUI-based application which displays movies, and based on movies added to watch list, recommends more using Graphs. Project for Data Structures & Algorithms. Implemented own data structures + sorting algorithms.

Language: C++ - Size: 1.67 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

samuelbruno33/RedBlackTree-VS-BinarySearchTree

A simple university project designed to compare these two types of data structures

Language: Python - Size: 570 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

pontig/progettoApi

Prova Finale di Algoritmi e Strutture Dati - Polimi Ingegneria Informatica

Language: C - Size: 126 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Akinloluwa-Adedijo/CMPT225

Implementation of data structures such as Stacks, Queues, Red-Black Trees and HashTables

Language: C++ - Size: 26.4 KB - Last synced at: over 1 year ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

clarencevgomez/computerScience1_projects

Completed CS1 C-based Projects

Language: C - Size: 4.69 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

NNoorFatima/dsa-assignments

Language: C++ - Size: 26.4 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

puzhaling/red-black-tree

implementation of a red-black with separate chaining collision technique

Language: C++ - Size: 33.2 KB - Last synced at: 10 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

JoKeRooo7/red_black_tree_cpp

My implementation of a red black tree and std::map, std::set, std::multiset via a red black tree.

Language: C++ - Size: 3.14 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

HelderAntunes/Project-of-Data-structures-course

Language: HTML - Size: 1.3 MB - Last synced at: over 1 year ago - Pushed at: over 9 years ago - Stars: 0 - Forks: 0

alexdrone/DataStructures

A collection of Data Structures implemented in Swift.

Language: Swift - Size: 345 KB - Last synced at: about 2 months ago - Pushed at: about 7 years ago - Stars: 49 - Forks: 8

davecom/SwiftRedBlackTree

A Red-Black Tree Implemented in Swift

Language: Swift - Size: 9.77 KB - Last synced at: 3 months ago - Pushed at: over 7 years ago - Stars: 2 - Forks: 0

samplec0de/TreesPresentation

AVL, red-black, splay tree visualizer written in C++, QT framework

Language: C++ - Size: 409 KB - Last synced at: about 2 months ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 3

YodaMutou29/Algorithms_Project

This was a group project for our data structures and algorithms class where we implemented a red-black tree.

Language: C++ - Size: 94.7 KB - Last synced at: over 1 year ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

francescogemma/WordChecker

WordChecker - A Wordle like guessing game written in C. Final project from Data Structures and Algorithms course at Polytechnic University of Milan.

Language: C - Size: 92.8 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

BazNick/Red-Black-Tree

Red-Black-Tree using Python

Language: Python - Size: 5.86 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 1

TepNik/red-black-tree

Implementation of red-black tree

Language: C++ - Size: 14.6 KB - Last synced at: over 1 year ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 0

MohamadTarekk/EnglishDictionary

English dictionary using Red Black Trees

Language: Java - Size: 178 KB - Last synced at: over 1 year ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

BinduRaju/Red-black-cryptography

Red-Black Tree Cryptography

Language: C++ - Size: 4.88 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

atarashi-y/Cloche

Sorted collections written in pure Swift

Language: Swift - Size: 1.11 MB - Last synced at: 12 days ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

Elzawawy/simple-dictionary-android

An android-based simple dictionary application that uses and implements Red-black trees data structure in Java.

Language: Java - Size: 3.89 MB - Last synced at: almost 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

BJMinhNhut/cs163

CS163 Data structure implementations

Language: C++ - Size: 59.6 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

Benels/progetto-Api-2022

Final Project For 'Algorithms and Data Structures' (API) 2022 at Polimi

Language: C - Size: 5.86 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

BMSTU-Automatic-Control-Systems-IU1-1/parallel-and-distributed-computing Fork of vsevernov/iu1-2-course-2023

Репозиторий дисциплины "Параллельные и распределённые вычисления"

Language: Jupyter Notebook - Size: 23.6 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

AntDeivid/Estrutura-de-Dados-Avancada

Repositório destinado ao upload dos programas feitos no estudo de Estrutura de Dados Avançada.

Language: C++ - Size: 11.3 MB - Last synced at: 2 months ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

btrekkie/RedBlackNode

Java implementation of augmented red-black trees. Easily maintain custom augmentation information by subclassing RedBlackNode: the base class does the work for you.

Language: Java - Size: 285 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 3 - Forks: 1

EVBLOOD/Red-Black-Tree

Red black tree implementation

Language: C++ - Size: 146 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

julian-rosas/unix-sort

A Unix Sort CL program Java implementation for Data Structures and Algorithms class.

Language: Java - Size: 48.8 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

graefft/system_algorithms

Red-black trees, graphs, pathfinding

Language: C - Size: 186 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

yousefkotp/Dictionary-Application-using-Red-Black-Tree

Dictionary application using implemented Red Black Tree Data Structure

Language: Python - Size: 451 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

amirkhaniansev/some-csharp

Language: C# - Size: 974 KB - Last synced at: about 2 years ago - Pushed at: about 6 years ago - Stars: 1 - Forks: 0

ShubhamRevadekar05/RedBlackTree

An implementation of Red Black Tree in C++ Programming Language.

Language: C++ - Size: 2.93 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

LorenzoMainetti/API-2019-FinalProject

Algorithms and Data Structures Final Project - Polimi - a.y. 2018-2019

Language: C - Size: 53.4 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

arigalzi/System-for-monitoring-relations-between-elements

Tree-based system for monitoring entity and relations

Language: C - Size: 23.4 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

bnafack/AdvancedCplusplus

Language: C++ - Size: 347 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Bovojon/Advanced-Data-Structures-Labs

Backup for Advanced Data Structures class labs

Language: Python - Size: 148 KB - Last synced at: about 2 years ago - Pushed at: about 8 years ago - Stars: 2 - Forks: 0

matteobettini/Red-Black-Trees

An implementation of the standard functions for red-black trees in C

Language: C - Size: 4.88 KB - Last synced at: 12 days ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

iraikov/chicken-rbtree

Red-black trees in Chicken Scheme

Language: Scheme - Size: 33.2 KB - Last synced at: 7 months ago - Pushed at: about 6 years ago - Stars: 1 - Forks: 1

ranabarakat/red-black-trees

Red Black Trees optimised dictionary

Language: Python - Size: 502 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

cehrett/Left-leaning_red_black_trees

This Jupyter notebook contains a Python 2 implementation of left-leaning red/black trees, a variant of binary search trees, along with code to visualize the trees.

Language: Jupyter Notebook - Size: 311 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 3 - Forks: 4

bryanvanhuyneghem/UGhent_Advanced-Algorithms

Labs for the Advanced Algorithms course

Language: C++ - Size: 53 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

SadkiratSingh/DataStructures

This repository contains practical implementation of various basic data structures in C Language. It also includes implementation of various advanced and complex data structures like AVL Trees, Red Black Trees, Huffman Coding, Binary Search Trees, Hash Tables, etc. This repository also includes various sorting algorithms like QuickSort, MergeSort, InsertionSort, etc.

Language: C - Size: 21.5 KB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 2 - Forks: 1

Hanspe-3019/redblackdemo

Demo using sys/rbtree.h

Language: C - Size: 31.3 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

kyuden/llrbtree

Left-Leaning Red-Black Trees for Ruby

Language: C - Size: 24.4 KB - Last synced at: about 1 month ago - Pushed at: about 6 years ago - Stars: 4 - Forks: 0

Manan-Bhatia-0/right-leaning-red-black-tree

Java implementation of a Right-Leaning-Red-Black Tree and its associated methods.

Language: Java - Size: 4.88 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

jeeveshkataria/VanEmdeBoasTree

Van EmdeBoas Tree, AVL tree, Red Black Tree

Language: C++ - Size: 1.11 MB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

CompScienceClub/ocaml-red-black-trees

Red Black trees (as well as linked lists and ordered binary trees) in OCaml

Language: OCaml - Size: 194 KB - Last synced at: about 2 years ago - Pushed at: over 8 years ago - Stars: 4 - Forks: 1

cwelt/C-Order-Statistic-Reb-Black-Tree-Implementation

C Project of Red-Black Order-Statistic Tree implementation for managing bank accounts :moneybag:

Language: C - Size: 1.48 MB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 1

giuluck/RBT-Dictionary

Project Work for Algorithms and Data Structures

Language: C - Size: 14.6 KB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

msdeep14/Complexity-Dictionary

Dictionary implementation for comparing running time of Tries, AVL Tree, RedBlack Tree and HashMaps

Language: Java - Size: 1.8 MB - Last synced at: 3 months ago - Pushed at: about 8 years ago - Stars: 1 - Forks: 0

kmhmubin/Red-Black-Tree-Data-Structure

Language: C++ - Size: 1.9 MB - Last synced at: about 2 months ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 1

AhmedKhaledAK/DSBasic

Basic data structures and algorithms implemented in Java. Graphs, B-Trees, Minimum Spanning Trees, Red-black Trees and more.

Language: Java - Size: 507 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

mahmoudmohsen213/my-cpp-lib

Some random data structures and algorithms, written just for fun.

Language: C++ - Size: 23.4 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

leoCamilo/RedBlackTree

A c++ implementation of red black tree struct in memory and file versions

Language: C++ - Size: 6.84 KB - Last synced at: about 2 years ago - Pushed at: over 8 years ago - Stars: 4 - Forks: 1

kkulewski/comp-science-misc

algorithms & data structures + assembly (assignments)

Language: C - Size: 21.5 KB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

sachinh19/algorithms

This repository contains some data structure and algorithm implementations.

Language: Java - Size: 120 KB - Last synced at: 12 months ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

baonguyen96/RedBlackTree

Implementation of RedBlackTree data structure.

Language: Java - Size: 6.84 KB - Last synced at: about 2 years ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

Luccifer/RedBlackTree

RedBlackTree implementation in Swift 4

Language: Swift - Size: 3.91 KB - Last synced at: 3 months ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 0