Topic: "bst-tree"
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: 10 days ago - Pushed at: 12 days ago - Stars: 21 - Forks: 12

SahilK-027/Data-Structures-And-Algorithms 📦
Data Structures Implementation
Language: C++ - Size: 305 KB - Last synced at: 6 days ago - Pushed at: 10 months ago - Stars: 11 - Forks: 4

skm2000/InterviewGeek
What all you need for Interview Preparation will be present!
Language: C++ - Size: 479 KB - Last synced at: about 1 year ago - Pushed at: over 3 years ago - Stars: 9 - Forks: 8

sgoudham/bst-rs
Recursive & Iterative Binary Search Tree Implementations within Rust
Language: Rust - Size: 118 KB - Last synced at: 3 days ago - Pushed at: over 2 years ago - Stars: 8 - Forks: 3

king04aman/Data-Structures-Using-C
Data Structures and algorithm program written in C language. A detailed Data Structure implementations in C with Pseudo code and organized for real world usage.
Language: C - Size: 41 KB - Last synced at: 10 days ago - Pushed at: over 2 years ago - Stars: 5 - Forks: 1

yankooo/utility
A utility repository in go
Language: Go - Size: 12.5 MB - Last synced at: 16 days ago - Pushed at: over 3 years ago - Stars: 4 - Forks: 3

sharmaachintya/DSA
My all Submissions on LeetCode and CodingNinjas related to DSA :)
Language: C++ - Size: 1.23 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 3 - Forks: 0

teviroff/cpp-bstplayground
Light-weight visualization tool for common types of binary search trees
Language: C++ - Size: 1.44 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 3 - Forks: 0

nixrajput/bst-operations-cpp
BST operations using `C++` programming language.
Language: C++ - Size: 288 KB - Last synced at: about 2 months ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 1

Grv-Singh/Data-Structure-Algorithms
Find my approach on following Challenges (Mathematical & Logical) 💡 based on 📚 Data Structure & Algorithms. 📐
Language: C - Size: 6.06 MB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 3

Gauranshgoel123/Binary-Tree-Search-Visualization
Binary Search Tree Visualization is a web application that allows users to input numbers and visualize the resulting Binary Search Tree (BST). The tree is dynamically displayed in a hierarchical format, providing an interactive and clear representation of the BST structure.
Language: JavaScript - Size: 12.7 KB - Last synced at: about 1 month ago - Pushed at: 9 months ago - Stars: 2 - Forks: 0

SwarnenduRC/DataStructures
Console application to test various data structueres built locally
Language: C++ - Size: 158 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 1

Mkhubaiib/Data-Structures
Basic Data Structures
Language: C++ - Size: 3.27 MB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

krasun/rbytree
Red-black tree implementation for Go with byte-slice keys and values
Language: Go - Size: 49.8 KB - Last synced at: 2 days ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 2

TSG405/Data-Structures-and-Algorithms-Specialisation
This Repo contains - Starter files, Coursework, Programming Assignments for the Master DataStructure and Algorithmic Programming Techniques Specialization Course -- offered by University of California San Diego & HSE University, Coursera.
Language: Python - Size: 4.88 MB - Last synced at: about 1 month ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

LiuXingLong/HashTable-Tree
Hash Map、二叉搜索树、红黑树、epoll、socket、tcp、udp、多进程、共享内存、原子操作、惊群、协议栈
Language: C - Size: 1.11 MB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 0

shivam0110/Data-Structure
Codes for various data structure in C, C++ and JAVA
Language: C++ - Size: 11.7 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 1

merecmoney/data-structures-java
Basic Data Structures in Java
Language: Java - Size: 37.1 KB - Last synced at: about 1 year ago - Pushed at: almost 5 years ago - Stars: 2 - Forks: 0

Himanshu-srihsk/Tree-Questions
Language: Java - Size: 23.4 KB - Last synced at: 18 days ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0

bestgopher/fucker
Some common data structures and algorigthms implemented by golang. For learning.
Language: Go - Size: 59.6 KB - Last synced at: 15 days ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0

HQarroum/binary-search-tree
🌳 A set of idiomatic implementations of a binary-search tree in multiple languages.
Language: C++ - Size: 10.9 MB - Last synced at: 29 days ago - Pushed at: 7 months ago - Stars: 1 - Forks: 0

Rahul-24Kumar/dsa_JAVA
Learning DSA from TUF
Language: Java - Size: 140 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 1 - Forks: 0

AAbbey01/BinarySearchTree-Rust
A Binary Search Tree in Rust, Each version should be safer than the last
Language: Rust - Size: 81.1 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

jesh-exe/CDAC-Data-Structures
This repository includes every Program written by me during my Advanced Data Structure Training in Java at ACTS CDAC Pune. I have written most of the Data Structures in Generic Form
Language: Java - Size: 73.2 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

TravisMai/CO2003_DSA_HK213
The simple cache implement using BST tree and hash technique with the application of some cache replacement policies such as FIFO, LIFO, MFU, LFU, MFRU, LFRU
Language: C++ - Size: 273 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

Yuuzi261/Data-Structure
Language: C - Size: 6.84 KB - Last synced at: 29 days ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

guidodinello/Programacion2
Course on Data structures and Abstract Data Types in C such as linked-list, stack, queue, map, chain, iterator, bst tree, avl tree, graph and priority queue.
Language: C++ - Size: 1.15 MB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

LiYangSir/Data-Structures-and-Algorithms
数据结构与算法
Language: Java - Size: 188 KB - Last synced at: 2 months ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 1

tomarshabh2199/Tree-CP-Series
Size: 13.7 KB - Last synced at: about 1 year ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

jankupczyk/Tree-Traversals
🌲 A simple BST (Binary Search Tree) generator written in python
Language: Python - Size: 56.6 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

K-Konstantinidis/Visual-Representation-Of-BST-Levels
This is a C project in which the user enters a word and with the help of a binary search tree the program finds and shows the level of each letter, the minimum letter and the maximum letter.
Language: C - Size: 26.4 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

CharlesElloit/Data-structure-implementation
New to data structure?. This repo provide some implementation of data structures in JavaScript.
Language: JavaScript - Size: 12.7 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

Boyzmsc/file-processing
Learning File Processing
Language: C++ - Size: 11.7 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

vxirau/CSLS
Graph + Trees | Dijkstra + R-Tree + BST Tree | University Project
Language: Java - Size: 7.83 MB - Last synced at: 11 months ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 1

IamShubhamGupto/Iterators-In-C
Implementation of the Iterator and Strategy design patterns in C
Language: C - Size: 80.1 KB - Last synced at: almost 2 years ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

mralwaleed/Recommending-friends-on-social-networks
Language: Java - Size: 15.6 KB - Last synced at: 12 months ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

andremfaria/generic-binary-search-tree
A generic BST writted in C language, that can be use in any C project.
Language: C - Size: 5.86 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

lucasvianav/word-checker 📦
This repository contains implementations that utilizes BSTs and AVLs and also the concept of Abstract Data Types. The project is detailed in the project.pdf.
Language: C - Size: 1.84 MB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

lucasvianav/data-structure-adts 📦
Repository for the "SCC0223 - Data Structures" course offered for applied mathematics undergraduates at ICMC - USP, by professor Elaine Parros.
Language: C - Size: 27.8 MB - Last synced at: 6 days ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

AJV009/Linked-List-And-Binary-Search-Tree 📦
A micro project on Comparision on Linked List and Binary Search Tree
Language: C - Size: 3.91 KB - Last synced at: 12 months ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 1

lukaszwoznica/algorithms-and-data-structures
Implementations of some algorithms and data structures using C++.
Language: C++ - Size: 20.5 KB - Last synced at: about 2 months ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 1

sanketmane0906/DSA-problems
DSA problems from basic to advanced level
Size: 111 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

kgisl/bst-visualizer Fork of jrnxf/bst-visualizer
API to help visualize binary search trees
Language: Python - Size: 31.3 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 2

scd-02/DSA_Problems
A repository featuring daily coding problem solutions from Geeks for Geeks and Leetcode. Provides a collection of efficient solutions to enhance your problem-solving skills.
Language: Java - Size: 463 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

Me-Phew/binary-search-tree
Implementacja drzewa BST w C++
Language: C++ - Size: 2.66 MB - Last synced at: about 1 month ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

ongyisheng0309/BST
This application provides a way to manage and interact with student records using a binary search tree, offering functionalities to read data, display it in various ways, and perform operations on subtrees.
Language: C++ - Size: 11.7 KB - Last synced at: about 2 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

lezippo/BinarySearchTrees
Functions to create a BRT, print it, destroy it, add an element, search an element, remove an element.
Language: C - Size: 19.5 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

nxz7/EDD_PROYECTO-_202200007
(FS, 2024 - all 3 project of the course) Language: FORTRAN - Course: Estructuras de datos (Data Structures )
Language: Fortran - Size: 27.2 MB - Last synced at: 9 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

Depermitto/obt
Sane ordered binary tree library for golang
Language: Go - Size: 12.7 KB - Last synced at: about 2 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

abdullahtahir-cs/hybrid-chaining-model
A Hybrid Chaining Model with AVL & BST to Enhance Searching Speed
Language: C++ - Size: 64.5 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

clarencevgomez/computerScience1_projects
Completed CS1 C-based Projects
Language: C - Size: 4.69 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

NushratJabenAurnima/Tree_BST_Problems
These problems highlight the the usage of tree and binary searching tree for solving.
Language: C - Size: 52.7 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

NushratJabenAurnima/Implementation_of_Binary_Search_Tree
This problem highlights the basic implementations of a Binary Search Tree.
Language: C - Size: 24.4 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Vaibhav-Pant/DSA
DSA and sorting codes
Language: C - Size: 19.5 KB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

jayvatti/binarySearchTree
Binary Search Tree to find the k-th Smallest Value
Language: C++ - Size: 47.9 KB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

FatemehNaeinian/Data-Structure
This repository contains all Data Structures and Algorithms course projects.
Language: Python - Size: 2.03 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

LucasEmanoel/Data-Structure-and-Algorithms-II
repository for my learnings in the data structure and algorithms course II (AED II) at the Universidade Federal do Agreste de Pernambuco, focusing on non-linear structures.
Language: C - Size: 105 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Muneeb1030/BST-AVL-Representor-SFML-Data-Structures-Cpp
The BST and AVL Tree Visualization is a C++ program that utilizes the SFML library and object-oriented programming (OOP) to represent and visualize Binary Search Trees (BST) and AVL Trees.
Language: C++ - Size: 1.56 MB - Last synced at: about 2 months ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

IanTorweihe/Site_Bookmarks_BST
The Website Bookmarking Program is a user-friendly application that uses a binary search tree (BST) to organize and manage bookmarks based on keywords. It allows users to add, display, and remove websites, and also monitors the BST performance.
Language: C++ - Size: 0 Bytes - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

SharinLana/Data-Structures
Data Structures with Examples
Language: JavaScript - Size: 12.7 KB - Last synced at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

emikodes/Grafi-Alberi-Algoritmi-Implementazione-C
Guida completa ai grafi e agli alberi, con visite, algoritmi di ricerca dei percorsi minimi, e codice per l'implementazione di alberi binari / ABR (BST) in linguaggio C.
Size: 1.36 MB - Last synced at: about 2 months ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

raghav-decoded/DSA-with-C
C language based Data Structures and Algorithms
Language: C - Size: 29.3 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

nxhawk/DSA-HCMUS
Data structure and algorithms is a branch of computer science that deals with creating machine-efficient and optimized computer programs. The term Data Structure refers to the storage and organization of data, and Algorithm refers to the step by step procedure to solve a problem. By combining "data structure" and "algorithm", we optimize the codes
Language: C++ - Size: 30.1 MB - Last synced at: about 2 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

damlakayikci/Binary-Trees
🌲 AVL Tree & Binary Tree implementation using Java
Language: Java - Size: 210 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

HamadKhushik/UCSD-Text-Editor
A Text Editor with spell checking, auto complete, text generation and spelling suggestion features
Language: Java - Size: 6.56 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

s-araqayyum/BinarySearchTree-Dictionary
Language: Java - Size: 18.6 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

HamdanSidz/Binary-Search-Tree
Binary Search Tree insertion, deletion at every point of tree in middle, at last etc.
Language: C++ - Size: 1000 Bytes - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

M-Shariq-546/BST-Code
Binary Search Tree
Language: C++ - Size: 10.7 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Maanayush10/DictionaryUsingBST
Dictionary Implementation using BST (Binary Search Tree)
Language: C - Size: 2.93 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

HappyBravo/Trees__Summer2022
Implementing some Trees and its functions
Language: C - Size: 2.45 MB - Last synced at: about 2 months ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

srj101/Data-Structures-Implementations
Common Data Structures and their implementations using C++
Language: C++ - Size: 12.7 KB - Last synced at: 2 months ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

abhiseksr/Search-Trees
Search trees implementation C/C++
Language: C++ - Size: 42 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

mgpopinjay/parallel-bst-tree
Computation of Binary Search Tree (BST) Equivalence in Go Programming Language
Language: Go - Size: 4.53 MB - Last synced at: 10 months ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

HelenaMaslowska/AVL-BST-LISTS
Repository is about AVL, BST and LISTS
Language: C++ - Size: 3.06 MB - Last synced at: 6 days ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

AlexandarDjordjevic/Trees
Trees library. Support BST and AVL
Language: C++ - Size: 47.9 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

tomarshabh2199/Geeks-for-Geeks-Programs-Solution
Geeks for Geeks Practice Programming Problem Solution and also have weekly contest program solutions
Language: C++ - Size: 44.9 KB - Last synced at: about 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

priyall/Lawyers-Record-Management-System
Console based System including functionalities like searching a specific lawyer, adding new lawyer, remove or modify an entry and view a list of lawyers. Used Binary Search Tree concept in C to find best suitable lawyers within budget.
Language: C - Size: 5.86 KB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

pankajsingh09/DSA-from-Coding-Ninjas
This repository contains all the codes of some Data structures like(Tree, Graph, Dp, etc.) which I learned from the Coding Ninjas Course.
Language: Java - Size: 27.3 KB - Last synced at: 25 days ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

ashnaider/Algorithms-and-Data-Structures
sorting, linked list, hash table, binary search tree, Dijkstra's algorithm
Language: C# - Size: 19.5 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

danyeric123/Binary-Search-Tree
An undergrad assignment for BST
Language: Java - Size: 14.6 KB - Last synced at: about 1 year ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

bnslmn/bst-compression
Binary Search Trees's compression by a hashmap of structure
Language: OCaml - Size: 1.62 MB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 1

Cengizhnx/Binary-Search-Tree-BST---Ikili-Arama-Agaclari-V2
Language: C++ - Size: 3.91 KB - Last synced at: almost 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

karthik-siru/assignments-DSA
Contains Data Structures implementation in C, done as a part of DS lab, CSE 2021, NIT Calicut.
Language: C - Size: 773 KB - Last synced at: almost 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

karthik-ballullaya/bst_C
A simple bst implementation in C
Language: C - Size: 30.3 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - 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: 2 months ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

Gust4voSales/Algorithms-and-Data-Structures-2
Code from the activities developed during the Algorithms and Data Structures II course in 2020.3 - UFAPE
Language: C - Size: 114 KB - Last synced at: about 1 month ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

BazNick/Binary_Search_Tree_Python_3
Binary Search Tree implementation in Python 3
Language: Python - Size: 3.91 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

LucasMattera/Data-Structures-Proyect
This proyect in an implementation of the main data structures using C/C++ languaje, with a magic school thematic
Language: C++ - Size: 51.8 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

0x0584/kd-trees
Nearest Neighbor and Range Queries using 2d-trees.
Language: Java - Size: 109 MB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 1

donghangwu/Word-Counter
Use of Binary Search Tree And Heap Tree
Language: C++ - Size: 21.5 KB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 1

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: 17 days ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

anserwaseem/Implementation-of-Binary-Search-Tree
Implemented some functions related to Binary Search tree (BST).
Language: C++ - Size: 6.84 KB - Last synced at: 11 months ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

MrGracu/ADS-BST_Tree
[Algorithms and Data Structures] Create and manage BST trees in Pascal.
Language: Pascal - Size: 3.91 KB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0
