Topic: "binary-search-tree"
sherxon/AlgoDS
Implementation of Algorithms and Data Structures, Problems and Solutions
Language: Java - Size: 1.51 MB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 3,432 - Forks: 607

joowani/binarytree
Python Library for Studying Binary Trees
Language: Python - Size: 243 KB - Last synced at: 11 days ago - Pushed at: over 1 year ago - Stars: 1,815 - Forks: 173

mauriciosantos/Buckets-JS
A complete, fully tested and documented data structure library written in pure JavaScript.
Language: JavaScript - Size: 1.37 MB - Last synced at: 4 days ago - Pushed at: over 4 years ago - Stars: 1,255 - Forks: 113

partho-maple/coding-interview-gym
leetcode.com , algoexpert.io solutions in python and swift
Language: Python - Size: 3.13 MB - Last synced at: 6 months ago - Pushed at: almost 3 years ago - Stars: 834 - Forks: 460

hornhuang/android_interviews
🚀Everything you need to know to find an android job. 算法 / 面试题 / Android 知识点 🔥🔥🔥 总结不易,你的 star 是我最大的动力!
Language: HTML - Size: 164 MB - Last synced at: over 1 year ago - Pushed at: almost 4 years ago - Stars: 574 - Forks: 84

wzhe06/ipdatabase
IP geolocation binary tree search
Language: Java - Size: 2.84 MB - Last synced at: about 4 hours ago - Pushed at: almost 3 years ago - Stars: 339 - Forks: 173

CoderMJLee/BinaryTrees
Some operations for binary tree
Language: JavaScript - Size: 684 KB - Last synced at: 19 days ago - Pushed at: almost 5 years ago - Stars: 314 - Forks: 68

tnballo/scapegoat
Safe, fallible, embedded-friendly ordered set/map via a scapegoat tree. Validated against BTreeSet/BTreeMap.
Language: Rust - Size: 1.57 MB - Last synced at: 5 days ago - Pushed at: over 3 years ago - Stars: 261 - Forks: 16

amitbansal7/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.
Language: C - Size: 96.7 KB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 214 - Forks: 120

ashish-3916/Coding-Ninjas-Data-Structures
This repo contains solutions to problem of data structures in c++
Language: C++ - Size: 229 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 199 - Forks: 175

bokkypoobah/BokkyPooBahsRedBlackTreeLibrary
BokkyPooBah's Red-Black Binary Search Tree Library
Language: Solidity - Size: 10.7 MB - Last synced at: about 2 months ago - Pushed at: almost 3 years ago - Stars: 155 - Forks: 22

zrwusa/data-structure-typed
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.
Language: TypeScript - Size: 36.4 MB - Last synced at: 5 days ago - Pushed at: about 1 month ago - Stars: 152 - Forks: 9

huyvohcmc/coursera-dsa
Coursera's Data Structures and Algorithms Specialization
Language: Python - Size: 6.07 MB - Last synced at: 6 days ago - Pushed at: almost 6 years ago - Stars: 150 - Forks: 74

Dentrax/Data-Structures-with-Go
Data Structures with Go Language
Language: Go - Size: 1.16 MB - Last synced at: about 2 months ago - Pushed at: over 6 years ago - Stars: 140 - Forks: 9

akshayavb99/CodingNinjas_Java_DSA
Contains the solutions for the programming questions in the CodingNinjas Java+DSA course
Language: Java - Size: 353 KB - Last synced at: 2 months ago - Pushed at: over 2 years ago - Stars: 130 - Forks: 81

manosriram/Data-Structures
Data-Structures using C++.
Language: C++ - Size: 88.5 MB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 130 - Forks: 48

shashankch292/InterviewBit
InterviewBit Programming Solutions
Language: C++ - Size: 165 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 128 - Forks: 69

bfaure/Python3_Data_Structures
Code from Youtube Tutorial Series
Language: Python - Size: 9.77 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 123 - Forks: 166

w8r/splay-tree
Fast splay-tree data structure
Language: TypeScript - Size: 609 KB - Last synced at: 8 days ago - Pushed at: about 1 year ago - Stars: 119 - Forks: 18

w8r/avl
:eyeglasses: Fast AVL tree for Node and browser
Language: TypeScript - Size: 270 KB - Last synced at: 16 days ago - Pushed at: 3 months ago - Stars: 116 - Forks: 31

yaoguangluo/Deta_Cache
缓存cache服务器
Language: Java - Size: 633 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 104 - Forks: 58

chachaxw/data-structure-and-algorithm
Basic data structures, sorting algorithms, algorithms learning tools. 基本数据结构,排序算法,算法学习工具
Language: C++ - Size: 27.5 MB - Last synced at: 7 months ago - Pushed at: over 2 years ago - Stars: 100 - Forks: 26

joney000/Java-Competitive-Programming
I've written some important Algorithms and Data Structures in an efficient way in Java with references to time and space complexity. These Pre-cooked and well-tested codes help to implement larger hackathon problems in lesser time. DFS, BFS, LCA, LCS, Segment Tree, Sparce Table, All Pair Shortest Path, Binary Search, Matching and many more ...
Language: Java - Size: 434 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 98 - Forks: 26

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

kip-hart/AABBTree
Pure Python implementation of d-dimensional AABB tree.
Language: Python - Size: 310 KB - Last synced at: 10 days ago - Pushed at: over 1 year ago - Stars: 66 - Forks: 11

mfe-/DataStructures.Algorithms
DataStructures and algorithms
Language: C# - Size: 4.65 MB - Last synced at: 29 days ago - Pushed at: about 3 years ago - Stars: 55 - Forks: 11

TheSYNcoder/InterviewPrep
A repository containing link of good interview questions
Language: C++ - Size: 221 KB - Last synced at: about 1 year ago - Pushed at: over 3 years ago - Stars: 55 - Forks: 44

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

anujdutt9/Python-Data-Structures-and-Algorithms
Data Structures & Algorithms Implementation in Python
Language: Python - Size: 44.9 KB - Last synced at: about 1 month ago - Pushed at: about 8 years ago - Stars: 47 - Forks: 29

Anwarvic/extra-collections
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.
Language: Python - Size: 13.4 MB - Last synced at: 19 days ago - Pushed at: about 2 years ago - Stars: 45 - Forks: 9

ishaan007/Data-Structures
Algorithmic Problems Solutions -- hash table code featured in geeksforgeeks
Language: Java - Size: 44.9 KB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 44 - Forks: 50

zcomert/veri-yapilari-ve-algoritmalar-old
Veri Yapıları ve Algoritmalar dersi, bilgisayar bilimleri açısından temel bir derstir. Youtube videoları ile desteklediğimiz bu repository içerisinde, pek çok veri yapısına ait kaynak kodu ve uygulamaları bulabilirsiniz.
Language: C# - Size: 48.2 MB - Last synced at: about 1 year ago - Pushed at: about 2 years ago - Stars: 40 - Forks: 29

unum-cloud/ucset
If only std::set was a DBMS: collection of templated ACID in-memory exception-free thread-safe and concurrent containers in a header-only library
Language: C++ - Size: 187 KB - Last synced at: 3 days ago - Pushed at: about 2 years ago - Stars: 40 - Forks: 4

AaronGalloway/30-Days-Of-Java
Code and lessons from "30 Days Of Code" put together by @BlondieBytes. Topics include variables, methods, binary search trees and more. It is a general, yet thorough, introduction to Java.
Language: Java - Size: 217 KB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 40 - Forks: 6

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: 953 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 38 - Forks: 22

amirallami-code/binary-search-algorithm
This repository houses a robust implementation of the binary search algorithm. Binary search is a highly efficient method for locating an item in a sorted list by systematically dividing the search interval in half.
Language: JavaScript - Size: 921 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 38 - Forks: 0

zcomert/veri-yapilari-ve-algoritmalar
Veri Yapıları ve Algoritmalar dersinin kod deposudur.
Language: C# - Size: 23.8 MB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 37 - Forks: 11

bakhodir10/AlgoCS
This repository is all about data structures, its implementation, problem and solving
Language: Java - Size: 793 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 37 - Forks: 14

pravahanj/Data_Structure-and-Algorithm-CodingNinjas.com
Problems and their solutions in C++.
Language: C++ - Size: 425 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 36 - Forks: 30

varunswing/geeksforgeeks
My solved DS & Algo problems on GeeksforGeeks. It covers almost every data structure and algorithm present that is must for practice to have a good hand on Competitive Programming.
Language: C++ - Size: 131 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 35 - Forks: 16

metanet/java-algorithms-data-structures
Solutions for popular algorithms and data structures problems on leetcode
Language: Java - Size: 207 KB - Last synced at: 2 months ago - Pushed at: about 2 years ago - Stars: 35 - Forks: 13

yanpozka/solvedchallenges
My solved challenges and hacks (Go, Python, Java)
Language: Go - Size: 8.74 MB - Last synced at: 12 months ago - Pushed at: over 2 years ago - Stars: 34 - Forks: 10

mikeroyal/Algorithms-and-Data-Structures
Algorithms & Data Structures Guide
Size: 54.7 KB - Last synced at: about 1 month ago - Pushed at: over 3 years ago - Stars: 33 - Forks: 3

cschen1205/cs-algorithms
Package cs-algorithms provides C# implementation of algorithms for data structures and manipulation, as well as graph and string processing
Language: C# - Size: 126 KB - Last synced at: 2 months ago - Pushed at: over 7 years ago - Stars: 33 - Forks: 8

Silvochka/algorithms
Popular algorithms on C#, data structures and solutions for Cracking the Code Interview
Language: C# - Size: 110 KB - Last synced at: over 2 years ago - Pushed at: over 8 years ago - Stars: 33 - Forks: 13

dpt/Containers
A library of binary tree data structures (bstree, dstree, trie, crit-bit, PATRICIA) implemented in C
Language: C - Size: 306 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 31 - Forks: 9

jserv/rbtree
A red-black tree implementation
Language: C - Size: 104 KB - Last synced at: about 8 hours ago - Pushed at: 7 months ago - Stars: 29 - Forks: 3

0xShady/fancy_tree
Stop printing your tree the ugly way.
Language: C++ - Size: 1.54 MB - Last synced at: almost 2 years ago - Pushed at: almost 3 years ago - Stars: 29 - Forks: 0

yashsarda/Scaler-Academy
Language: C++ - Size: 184 KB - Last synced at: about 23 hours ago - Pushed at: about 4 years ago - Stars: 29 - Forks: 24

Ahmadkashif/ProblemSolving_LeetCode
~200 DSA problems solved on LeetCode, GFG and AlgoExpert in c++, with lots of recursion :nerd_face::nerd_face:
Language: C++ - Size: 277 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 28 - Forks: 3

thanhit95/data-structures-algorithms
Self-practice in Data Structures & Algorithms
Language: C# - Size: 724 KB - Last synced at: about 1 month ago - Pushed at: about 4 years ago - Stars: 27 - Forks: 3

rajvi-patel-22/Library-Management-System-Searching-catalogues-in-library-using-binary-search-tree
Our main objective in this project is to create a library management system wherein students can issue books and the admin or librarian can update/delete the record of books kept in the library. So we have the system into two parts : from user’s perspective and from admin’s perspective. First of all, the admin must login to handle the accounts where the username and password are already set. After he has logged in successfully, he can add, delete and update the books. He can add any new book in the already existing list of books. Similarly he can also delete any existing book. In the update option, the admin can update the quantity of books as well as the name of the book. As and when the admin adds the books, a binary search tree will be created where the nodes contain the name of books and are put in sorted order. Now if a student wants to issue/return any book, then he/she must login into the system, by enetering their valid university ID. The student will be allowed to issue/return only if their ID matches the list of university ID’s of students. When the student enters the name of book to be issued, that particular book will be searched by it’s name, in the already created binary search tree. If the book is not found in the tree, then a message will be printed “Book is not available in the library”. And if the book is out of stock, then this message will be printed, “This book is currently unavailable. Please try after some days.” Moreover, the student cannot issue more than 2 books simultaneously. When the student issues a book, the issuing date and time is recorded by the librarian. And if the student misses the due date of returning the book, then he has to pay that particular fine.
Language: Java - Size: 412 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 26 - Forks: 10

KadirEmreOto/AVL-Tree
AVL Tree Implementation in C++
Language: C++ - Size: 7.81 KB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 25 - Forks: 3

tomakado/containers
Collection of simple generic data structures currently missing in Go's standard library.
Language: Go - Size: 22.5 KB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 24 - Forks: 2

KrzysiekJ/gb_merkle_trees
General balanced binary Merkle trees for Erlang
Language: Erlang - Size: 64.5 KB - Last synced at: 15 days ago - Pushed at: over 6 years ago - Stars: 24 - Forks: 3

Thre4dripper/DSA-Programs
DSA-Programs is a collection of Data Structures and Algorithms. It provides practical examples, detailed explanations, and ASCII diagrams to help you learn and master key DSA concepts like Arrays, Linked Lists, Stacks, Trees, Graphs, and sorting algorithms.
Language: C++ - Size: 169 KB - Last synced at: about 1 month ago - Pushed at: 4 months ago - Stars: 22 - Forks: 0

Sayan-Maity/Algorithm-Visualizer
Algorithm Visualizer helps users to visualize different algorithms with vibrant graphics and colors 🤖 👨💻
Language: JavaScript - Size: 4.38 MB - Last synced at: about 2 months ago - Pushed at: over 2 years ago - Stars: 22 - Forks: 1

hoangsonww/Binary-Search-Tree-DSA
🌳 This repository is dedicated to the Binary Search Tree (BST) data structure, featuring a comprehensive demo of all its functionalities including insertion, deletion, search, and traversal operations. It serves as an educational resource for understanding BSTs in depth, offering code examples and explanations suitable for students and developers.
Language: Java - Size: 23.4 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 21 - Forks: 12

VinayakJamadar/DSA
This is Data Structure and Algorithm - Notes and Codes Repo
Language: C++ - Size: 4.27 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 20 - Forks: 5

d3or/sol-trees
A binary search tree implementation in Solidity
Language: Solidity - Size: 18.6 KB - Last synced at: about 1 month ago - Pushed at: almost 3 years ago - Stars: 20 - Forks: 0

Arjiit/LeetCode-Patterns
Set of Patterns to solve many algorithmic questions of similar type on LeetCode
Language: Java - Size: 249 KB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 20 - Forks: 11

YoussefRaafatNasry/bst-ascii-visualization
A C++ based algorithm for visualizing Binary Search Trees.
Language: C++ - Size: 39.1 KB - Last synced at: over 2 years ago - Pushed at: almost 6 years ago - Stars: 20 - Forks: 1

sColin16/Binary-Tree
Add and search for nodes in a binary tree with an easy-to-use, web-based visualization
Language: JavaScript - Size: 276 KB - Last synced at: about 1 year ago - Pushed at: almost 6 years ago - Stars: 20 - Forks: 6

navjindervirdee/data-structures
Easy implementation of various Data Structures in Java language. Red-Black Tree, Splay Tree, AVLTree, PriorityQueue, Doubly-Linked-List, Stack, Queue, Array, ArrayList, Disjoint-Set,Binary-Search Tree, B-Tree.
Language: Java - Size: 40 KB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 20 - Forks: 24

WinterCore/bst-visualizer
Binary Search Tree Visualizer
Language: JavaScript - Size: 7.65 MB - Last synced at: 2 months ago - Pushed at: over 4 years ago - Stars: 19 - Forks: 3

tomilov/sweepline
Fortune's algorithm for Voronoi diagram generating on the plane. Intended for runtime speed and careful handling of corner cases.
Language: C++ - Size: 211 KB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 19 - Forks: 4

kirillkh/rs_teardown_tree
A BST (binary search tree) that supports fast clone, query and delete-range operations
Language: Rust - Size: 1.68 MB - Last synced at: 5 days ago - Pushed at: about 8 years ago - Stars: 19 - Forks: 1

Syipmong/DSA-Practice
This repository serves as a comprehensive resource for understanding and implementing various data structures and algorithms
Language: Python - Size: 64.5 KB - Last synced at: 2 months ago - Pushed at: 7 months ago - Stars: 18 - Forks: 1

rudrakshi99/Data-Structures-And-Algorithm
A collection of algorithms and data structures in C++. If you loved it, give a 🌟!
Language: C++ - Size: 9.63 MB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 18 - Forks: 2

giorgossofronas/Data-Structures
A set of efficient generic data structures implemented in C
Language: C - Size: 347 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 18 - Forks: 0

shreyasvedpathak/Data-Structure-Python
This repository contains my implementation for performing Searching and Sorting Algorithms as well as the implementation of basic Data Structures in Python 3.
Language: Python - Size: 74.2 KB - Last synced at: over 1 year ago - Pushed at: almost 4 years ago - Stars: 18 - Forks: 8

jsmjsm/dataStructure
数据结构学习。C语言实现算法:图的深度优先遍历与广度优先遍历、 二叉查找树、 二叉树 、堆排序算法、 KMP算法、 链表
Language: C - Size: 799 KB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 18 - Forks: 10

AnghelLeonard/Java-Data-Structures
Collection of data structures examples via Java
Language: Java - Size: 248 KB - Last synced at: about 2 months ago - Pushed at: over 6 years ago - Stars: 18 - Forks: 20

KnIfER/RBTree-java
.Red-Black tree algorithm. Should have know there's already a TreeMap in Java.........
Language: Java - Size: 103 KB - Last synced at: about 2 months ago - Pushed at: over 7 years ago - Stars: 17 - Forks: 6

SabbitRex/DSA
Data structures & algorithms implemented in Java and solutions to leetcode problems.
Language: Java - Size: 767 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 16 - Forks: 2

anshumansinha3301/Alt-Binary-Search-Python
Language: Python - Size: 5.86 KB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 16 - Forks: 0

Shikha-code36/Competitive-Python
Python Algorithms Package used in competitive programming
Language: Python - Size: 37.1 KB - Last synced at: about 2 months ago - Pushed at: about 2 years ago - Stars: 16 - Forks: 3

akibzaman/Beginners-Data-Structure
This repository contains the Basic Data Structures and Related Problems in C++. The code is written in a way that it can be easily understood by beginners.
Language: C++ - Size: 42 KB - Last synced at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 16 - Forks: 9

DhananjayGore/leetcode
This repo is having leetcode problems solution with explaination and also having the link to problems along with resources to learn and practice
Language: Java - Size: 18.1 MB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 16 - Forks: 2

olcaytaner/201-DataStructures-Java
Source codes for the Data Structures and Algorithms in C++ and Java book
Language: Java - Size: 59.6 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 14 - Forks: 2

Arham4/42-piscine-c 📦
An overview of my work at 42 Silicon Valley's Piscine on C, including a topic overview and an explanation of the grading system.
Language: C - Size: 652 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 14 - Forks: 3

Nawaz2000/Java-DSA
My DSA practise
Language: Java - Size: 704 KB - Last synced at: about 1 year ago - Pushed at: about 3 years ago - Stars: 14 - Forks: 5

AlokikPathak/data-structures
Implementation of Data Structures in C
Language: C - Size: 590 KB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 14 - Forks: 2

dtr200/grokking-algorithms
Grokking Algorithms written in Javascript
Language: JavaScript - Size: 8.79 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 14 - Forks: 2

XDoodler/Algorithms
This repository contains algorithms. <3
Language: C++ - Size: 2.42 MB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 14 - Forks: 8

VanHakobyan/DataStructure-and-Algorithm
Sorting and other algorithm. Implementation in C#
Language: C# - Size: 94.7 KB - Last synced at: 2 months ago - Pushed at: over 7 years ago - Stars: 14 - Forks: 2

hamidgasmi/training.computerscience.algorithms-datastructures
Language: Python - Size: 62.8 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 13 - Forks: 8

Ali-Elshorpagi/Data_Structures
Data Structures in C++
Language: C++ - Size: 7.47 MB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 13 - Forks: 0

vincentlaucsb/Graph-Drawing
An exploration of tree and force-directed graph drawing algorithms.
Language: C++ - Size: 30.8 MB - Last synced at: about 2 months ago - Pushed at: almost 7 years ago - Stars: 13 - Forks: 2

scott-fleischman/agda-from-nothing-2017
Agda from Nothing: Order in the Types
Language: Agda - Size: 553 KB - Last synced at: about 2 months ago - Pushed at: over 8 years ago - Stars: 13 - Forks: 0

GavinPHR/pytreemap
Python Implementation of Java TreeMap/TreeSet (Red-Black Tree)
Language: Python - Size: 6.53 MB - Last synced at: 12 days ago - Pushed at: 8 months ago - Stars: 12 - Forks: 7

nmante/Data-Structures
This is a C++ sample library for data structures such as binary search trees, stacks, queues and linked lists
Language: C++ - Size: 261 KB - Last synced at: about 2 years ago - Pushed at: about 7 years ago - Stars: 12 - Forks: 1

olcaytaner/201-DataStructures-CPP
Source codes for the Data Structures and Algorithms in C++ and Java book
Language: C++ - Size: 208 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 11 - Forks: 0

dominikkempa/zip-tree
C++ Implementation of Zip Trees
Language: C++ - Size: 48.8 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 11 - Forks: 1

Divyanshnigam/PEPCO
Data Structures and Algorithms. Contribute and Learn together.
Language: C++ - Size: 29.8 MB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 11 - Forks: 57

mignon-p/jsw-libs
Data structure libraries in C.
Language: C - Size: 351 KB - Last synced at: about 2 months ago - Pushed at: about 3 years ago - Stars: 11 - Forks: 6

SamarpanCoder2002/Binary-Search-Tree-Visualizer
Hello guys...I made a Binary Search Tree(BST) Visualizer using Python by Tkinter.
Language: Python - Size: 283 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 11 - Forks: 4

dignipy/dignipy
Various data structure implementations in Python
Language: Python - Size: 329 KB - Last synced at: about 1 year ago - Pushed at: almost 6 years ago - Stars: 11 - Forks: 5

rogercoding/Binary-Search-Tree
This Java program implements a Binary Search Tree (BST) with basic operations: node insertion, key searching, and in-order traversal. It demonstrates efficient data storage, retrieval, and sorted data display.
Language: Java - Size: 6.84 KB - Last synced at: about 2 months ago - Pushed at: 7 months ago - Stars: 10 - Forks: 1

danielsada/100daysofalgorithms
🔗100 algorithms for 100 days. Can I do it?
Language: Python - Size: 1.32 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 10 - Forks: 3
