Projects in Awesome Lists tagged with bst
A curated list of projects in awesome lists tagged with bst .
https://github.com/sherxon/AlgoDS
Implementation of Algorithms and Data Structures, Problems and Solutions
algorithms binary-search-tree bst data-structrues dfs dijkstra dynamic-programming graph-algorithms interview-questions java linked-list mergesort search-algorithm shortest-paths sort sorting-algorithms
Last synced: 02 Apr 2025
https://github.com/joowani/binarytree
Python Library for Studying Binary Trees
algorithm binary-search-tree binary-tree bst data-structures heap heaps interview-practice python python-2 python-3
Last synced: 14 May 2025
https://github.com/Crypto-toolbox/HFT-Orderbook
Limit Order Book for high-frequency trading (HFT), as described by WK Selph, implemented in Python3 and C
avl-tree bst c doubly-linked-list high-frequency-trading limit-order-book order-management orderbook python3 self-balancing-trees
Last synced: 14 May 2025
https://github.com/omonimus1/geeks-for-geeks-solutions
✅ My own Amazon, Microsoft and Google SDE Coding challenge Solutions (offered by GeeksForGeeks).
algorithm-challenges algorithms-and-data-structures amazon amazon-coding-challenge bst competitive-programming competitive-programming-algorithms geeks geeks-solutions geeksforgeeks geeksforgeeks-cpp geeksforgeeks-interview-prep geeksforgeeks-solutions graph linked-list matrix microsoft-practices stack tree vector
Last synced: 07 Apr 2025
https://github.com/hypertextassassin0273/data_structures_in_cpp
Contains some useful custom Data-Structures/Containers & Algorithms, developed during my 3rd semester at University.
avl basic-data-structures bst circular-linked-list cpp-string cpp11 data-structures-and-algorithms datastructures deque hashing linked-list-in-cpp linked-lists linkedlist move-semantics sorting-algorithms stacks-and-queues stl-containers stl-list stl-vector trees
Last synced: 10 Apr 2025
https://github.com/kumailn/algorithms
✨ a bunch of algorithms in a bunch of languages ✨
algorithm algorithms array backtracking bst dart data-structures dynamic-programming graph hackerrank hackerrank-solutions java javascript leetcode leetcode-solutions linked-list python rust solutions tree
Last synced: 23 Jul 2025
https://github.com/rtheunissen/binary-search-trees
Implementing 20+ binary search trees to compare balancing strategies
binary binary-search-tree binary-tree bst
Last synced: 09 Jan 2026
https://github.com/hwc0919/treeplayground
Tree Visualization Tool for Learning Data Structure and Algorithm.
avl-tree bst data-structure-and-algorithm redblack-tree splay-tree tree-structures tree-visualizer
Last synced: 14 Apr 2025
https://github.com/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.
algorithms binary-search binary-search-algorithm binary-search-tree binary-search-tree-operations binary-search-tree-traversal binary-tree binary-tree-array binary-tree-linked-list bst bst-tree data-structures java java-8
Last synced: 14 Oct 2025
https://github.com/d3or/sol-trees
A binary search tree implementation in Solidity
binary-search-tree bst data-structures-and-algorithms solidity
Last synced: 07 May 2025
https://github.com/wintercore/bst-visualizer
Binary Search Tree Visualizer
binary-search-tree bst datastructure hacktoberfest visualization visualizer
Last synced: 18 Sep 2025
https://github.com/nahrens007/binarysearchtreegui
GUI for displaying Binary Search Trees written in C++ using the Qt Library.
binarysearchtree bst gui gui-framework qt qt-framework search-tree tree visualize-data
Last synced: 29 Oct 2025
https://github.com/khaledashrafh/smart-social-networking
Social Networking is a smart social networking system that aims to compete with Facebook. It allows users to create profiles, add friends, search for other users, and get recommendations for new friends.
balanced-binary-search-trees bst facebook pointers social-network treap
Last synced: 30 Aug 2025
https://github.com/murraco/data-structures
Data structures in Java
arraylist bst data-structures heap java linkedlist queue stack trie
Last synced: 27 Apr 2025
https://github.com/sirodiaz/datastructures
Collection of lot high performance data structures for PHP
algorithm algorithms avl-tree bst data-structures datastructures disjoint-sets hashmap hashset list oop php php7 radix-tree stack tree trie
Last synced: 07 Apr 2025
https://github.com/xambassador/dsa
🎉 Data structures and Algorithms solutions in c++, JavaScript and Go.
algorithms-solutions arrays binary-trees bst dsa-algorithm dynamic-programming graphs greedy-algorithms heaps linked-list priority-queue queue recursion searching sorting stack trees
Last synced: 05 Mar 2026
https://github.com/sgoudham/bst-rs
Recursive & Iterative Binary Search Tree Implementations within Rust
binary-search-tree binary-tree bst bst-tree data-structures hacktoberfest rust rust-crate rust-library
Last synced: 11 Apr 2025
https://github.com/thanhit95/sutree
Tree data structure library with great display utility in Python 3.
avl avl-tree binary-search-tree binary-tree binary-tree-visualization bst python tree-visualization
Last synced: 07 May 2025
https://github.com/raziyehbazargan/datastructures
A repo for practicing DS and Algorithms.
bst datastructures hashtable linked-list queue sorting-algorithms stack tree
Last synced: 13 May 2025
https://github.com/leeper/apsa-leeper.bst
BibTeX style file for political science (adapted from apsa.bst)
Last synced: 15 Mar 2026
https://github.com/sanketpathak64/data-structures-and-algorithms
This repository contains implementation of data structures like linked list, stack, queue, trees. This repo also contains implementation of various algorithms.
algorithms-and-data-structures bst cpp data-structures linkedlist queue sorting-algorithms string tree
Last synced: 04 Aug 2025
https://github.com/grantgasser/udacity-data-structures-algorithms
These are exercises done as part of the Udacity Data Structures and Algorithms in Python course
algorithms bst graph hashing python
Last synced: 15 Aug 2025
https://github.com/sskender/ads
Algorithms and Data Structures implemented in C
algorithm algorithms-datastructures bst bstree bubble-sort data-structures hashing hashmap heap insertion-sort linked-list linkedlist merge-sort queue quick-sort selection-sort shell-sort sorting-algorithms stack tree
Last synced: 15 Apr 2025
https://github.com/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.
binary-search-tree bst bst-tree bstree btree c circular-linked-list clang data-structures data-structures-algorithms data-structures-and-algorithms doubly-linked-list graph graph-algorithms linked-list queue stack tree tree-structure
Last synced: 11 Apr 2025
https://github.com/nizamiza/self-balancing-trees
Implementations of AVL and 2-3 trees
2-3-tree avl avl-tree binary-search-tree bst c computer-science data-structures tree-insert tree-search two-three-tree
Last synced: 09 Apr 2025
https://github.com/rioam2/bstjs
🌴 Basic Dictionary ADT implementation using a Binary-Search-Tree (BST) in Javascript
binary bst bstjs dictionary javascript search tree
Last synced: 15 May 2026
https://github.com/c-weiyu/data-structure-algorithm
資料結構與演算法之作品集
bst codesignal heap-sort leetcode merge-sort quicksort stack
Last synced: 15 Mar 2025
https://github.com/nixrajput/bst-operations-cpp
BST operations using `C++` programming language.
bst bst-operations bst-tree bstree cpp cpp-programming cpp-projects data-structures
Last synced: 28 Feb 2025
https://github.com/wisdommatt/go-data-structures
A collection of data structures implemented in Go.
algorithms binary-heap binary-search-tree bst data-structures disjoint-set doubly-linked-list fenwick-tree go golang hash-table heap linked-list min-heap min-priority-queue priority-queue queue stack suffix-array union-find
Last synced: 30 Mar 2025
https://github.com/neeru1207/ds-and-algos-python3
My implementations of Basic to Advanced data structures and Algorithms in python
advanced-data-structures algorithms algorithms-and-data-structures avl-tree-implementations bst data-structures datastructures graphs hashing linked-list minimum-spanning-trees mst python python-3 python-library python3 shortest-paths trees tries
Last synced: 04 Apr 2025
https://github.com/jatin-8898/leetcode
My solutions for the Leetcode problems in Java 🤖
arrays bst dynamic-programming easy hard leetcode leetcode-easy-level-algorithms leetcode-java leetcode-medium-level leetcode-practice leetcode-questions leetcode-solutions linked-list medium prime-numbers script sql string-manipulation strings trees
Last synced: 22 Apr 2026
https://github.com/wildandart/treelibrary
Java library implementing fundamental data structures, including Binary Search Tree (BST), AVL Tree and Red Black Tree designed for efficient data storage and retrieval
avl-tree bst btree java junit5 redblack-tree tdd
Last synced: 10 Jan 2026
https://github.com/nssharmaofficial/prolog-exercises
Logic constraint programming
binary-search-tree bst constraint-programming prolog
Last synced: 04 Mar 2026
https://github.com/psingh12354/algorithm
All about algorithm beginner to pro.
algorithm bst circular circular-linked-list count doubly-linked-list frequency gcd inorder inorder-successor knap linked-list mergeso power queue quicksort radix-sort
Last synced: 12 Nov 2025
https://github.com/mohammed-3tef/data_structure_and_algorithms
A Collection of Algorithm & Data Structure Problems using C++.
algorithms bst clean-code cpp data-structures linked-list oop queue sorting-algorithms stack tree
Last synced: 01 Jul 2025
https://github.com/maacpiash/cse225l
CSE225 (Data Structure and Algorithm) lab codes.
algorithm algorithms-and-data-structures bst cli cpp data-structure-and-algorithm data-structures file graph heap list queue sort stack stl tree
Last synced: 30 Mar 2025
https://github.com/krasun/rbytree
Red-black tree implementation for Go with byte-slice keys and values
bst bst-tree bstree map redblack-tree redblacktree redblacktrees searchtrees tree
Last synced: 19 Apr 2025
https://github.com/cobacdavid/abrviz
Visualisation des ABR grâce à graphviz
Last synced: 14 Jan 2026
https://github.com/sominw/algorithms
Algorithms & Data Structures: Practise
algorithms bst data-structrues dynamic-programming graph-algorithms linked-list sort-algorithms
Last synced: 09 Jun 2026
https://github.com/burhanahmed1/dsa
Practice Codes for Data Structures and Algorithms in C++
avl-tree binary-search-tree binary-tree bst circular-linked-list cpp double-linked-list doubly-linked-list dsa dsa-algorithm dsa-cpp dsa-practice linked-list maxheap minheap queues recursion recursion-problem singly-linked-list stacks
Last synced: 24 Feb 2025
https://github.com/aloysjehwin/leetcode
This repository contains my LeetCode solutions, categorized by difficulty, with optimized code and regular updates. Track progress, improve skills, and contribute!
arrays-and-strings bst dsa dsa-algorithm dynamic-programming greedy-algorithms hashmap java listnodes set stack
Last synced: 10 Mar 2026
https://github.com/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).
avl-tree avl-tree-code avl-tree-implementations bst c data-structures height-balanced-trees red-black-trees rotations std
Last synced: 03 Apr 2025
https://github.com/pvn-a/finetech2k20
Programming assignments for the course Fine Techniques using C, SEM-4
bst c dynamic-memory-allocation linked-list mymalloc search-space-tree second-max water-jug-problem
Last synced: 25 May 2026
https://github.com/lukabratos/algorithms
Algorithms and Data Structures
binary-search-tree binary-tree binary-tree-traversal bst counting-sort countingsort inorder-traversal min-heap postorder-traversal preorder-traversal python swift
Last synced: 01 May 2026
https://github.com/mikenye/gotrees
A generic Binary Search Tree (BST) implementation in Go, supporting both unbalanced and balanced trees (e.g., Red-Black Trees)
bst go golang rbtree red-black-tree red-black-trees
Last synced: 21 Apr 2026
https://github.com/snandasena/cf-contests
Competitive programming challenges and their solutions for Codefocers, Hackerrank, and Leetcode.
algorithms bst cpp data-structures dp graph greedy-algorithms math
Last synced: 05 Oct 2025
https://github.com/liyangsir/data-structures-and-algorithms
数据结构与算法
avl-tree bst bst-tree data-structures-and-algorithms hashtable linkedlist maxheap redblacktree segmenttree stack trie unionfind
Last synced: 28 Jan 2026
https://github.com/richecr/leda-20182
Repositório dos roteiros da disciplina de Laboratório de Estrutura de Dados
arvore-b arvore-pv avl-tree bst bubble-sort bucket-sort counting-sort estrutura-de-dados generics-algoritms hash heap-algorithm insertion-sort linked-list priority-queue queue radix-sort selection-sort skiplist stack tree-structure
Last synced: 13 Oct 2025
https://github.com/basemax/traversalbst
This is a simple implementation of Binary Search Tree (BST) in C language. All In-order, Pre-order, and Post-order traversal functions are implemented.
binary-search-tree binary-tree bst c data-structure datastructure ds inorder postorder postorder-traversal preorder traversal tree
Last synced: 12 Oct 2025
https://github.com/d-coder135/non_linear_data_structures
This Repo Contains Codes For Non-Linear Data Structures In Java Programming Language.
avl-tree bst data-structures java non-linear-data-structures tree-structure
Last synced: 14 Apr 2025
https://github.com/vovandreevik/binary-search-tree
This C++ program demonstrates the implementation of a Binary Search Tree (BST) along with custom Stack and Queue data structures.
binary-search-tree bst cpp oop oops-in-cpp queue stack
Last synced: 07 Apr 2025
https://github.com/yothgewalt/binary-search-tree
An about binary search tree in python that's easy to read and easy to understand.
Last synced: 22 Mar 2025
https://github.com/vishesh-pandey/dsa-python
Data Structures and Algorithms in Python
algorithms binary-search bst bubble-sort data-structures data-structures-and-algorithms dsa dsa-python insertion-sort linear-search linked-list merge-sort python queue quick-sort searching selection-sort sorting stack tree
Last synced: 01 Sep 2025
https://github.com/basemax/bstgo
This is a Go implementation of the BST data structure with a few of the most common operations. The algorithms code should be easy to understand. BST Tree is a binary tree in which the value of each node is greater than or equal to any value stored in the left sub-tree, and less than or equal to any value stored in the right sub-tree.
algorithm algorithms algorithms-and-data-structures bst data-structure datastructure go golang tere-data-structure tree tree-algorithm tree-algorithms tree-datastructure tree-insert tree-search tree-structure
Last synced: 12 Jun 2025
https://github.com/vndee/treevis
BST and AVL tree visualization on static web page (HTML + Javascript) - CS 502043 assignment
avl bst css html javascript visualization
Last synced: 08 May 2026
https://github.com/bursasha/c-projects
Programming and algorithmization in C ⚙️
algorithms bst c cvut-fit data-structures doubly-linked-list list programming structure
Last synced: 19 Jul 2025
https://github.com/little-apps/littledatatrees
Demonstrates data tree structures in C#
avl balance bst csharp data-tree tree tree-structure
Last synced: 16 Jul 2025
https://github.com/svandriel/quick-avl
A Typescript implementation of an AVL tree, which is a self-balancing binary search tree.
avl bst self-balancing-binary-search-tree
Last synced: 14 May 2026
https://github.com/saidee-hasan/architects
A brief description of what your project for architects does. Explain the purpose and functionality of the project, such as showcasing architectural designs, providing tools for architects, or anything else relevant.
bst css html simple simple-project website
Last synced: 13 May 2026
https://github.com/happybravo/trees__summer2022
Implementing some Trees and its functions
avl bst bst-tree dsa rbtree tree tree-implementations
Last synced: 09 Apr 2026
https://github.com/desmondjs/bst_student_info
This is a a C++ program implementing a Binary Search Tree (BST) to manage student data read from a text file. This program can insert student records based on their student ID, print the deepest node, display students in ascending or descending order, clone a subtree, print nodes at each level, and print paths in the tree.
Last synced: 09 Sep 2025
https://github.com/dankolesnikov/javabinarysearchtree
Java implementation of a Binary Search Tree data structure.
binary-search-tree binary-trees bst java
Last synced: 29 Oct 2025
https://github.com/zapdos7/java-problems
A variety of programming problems solved in Java, as well as Java-specific code to showcase some of the language's elements.
algorithms arrays binary-tree bits bst factorial fibonacci graphs hashtable heap java java-8 linked-list lists matrix queue stack threads tree trie
Last synced: 21 Jun 2025
https://github.com/maxkratz/ieeetran_doi
Some modifications to include DOIs (Digital Object Identifiers) into the IEEE tran BibTeX style.
bibtex bst doi ieee ieeetran latex typesetting
Last synced: 21 Jun 2025
https://github.com/remonhasan/codeforces-solutions
My codeforces problem solutions organized by problem ratings 🦉
algorithms brute-force bst codeforces-contests competitive-programming constructive-algorithms cpp dp graph greedy implementation math
Last synced: 23 Feb 2025
https://github.com/kryp6405/data-structures-visualization
This is a comprehensive Data Structure Visualization tool coded in Java, with an interactive GUI. Explore step-by-step code explanations for fundamental data structures such as linked lists, stacks, queues, sets, maps, trees, and graphs, where users can interact with and visualize each structure in action.
awt-graphics binary-tree bst java javax-swing lists queues stacks swing-gui trees trie
Last synced: 20 Jun 2025
https://github.com/jiaqiluo/summer-activity-library-v2
A practice for binary search tree(BST)
binary-search-tree bst cpp data-structures
Last synced: 21 Mar 2025
https://github.com/filipe1309/tt-vh-deeded-quiz-code
bst code-challenge java javascript php refactoring sql
Last synced: 08 May 2026
https://github.com/abdulsamie10/computernetworkingsimulation
Computer Networking Simulation was developed in C++ using Linked Lists, Linear Lists, Queues, Node, BSTs, Machine Routers, Networks Messages, Splay Trees.
bst c-plus-plus graph graph-algorithms graphs linear-lists linked-list node queue splay-trees stack
Last synced: 26 Apr 2026
https://github.com/vishesh-pandey/dsa-java
Data Structures and Algorithms in Java
bst data-structures-and-algorithms dsa graph java linkedlist queue searching sorting stack tree
Last synced: 25 Feb 2025
https://github.com/somebadcode/avltree
AVL tree, a balancing search tree
avl avl-tree avl-tree-implementation avl-tree-implementations avltree balancing balancing-tree bst btree go golang search search-tree tree
Last synced: 22 Mar 2025
https://github.com/matteobettini/red-black-trees
An implementation of the standard functions for red-black trees in C
binary binary-search-tree bst bst-tree c rbt rbtree red-black red-black-tree red-black-trees
Last synced: 13 May 2025
https://github.com/onesy-me/binary-tree
Binary tree
algorithm amaui binary-serach-tree binary-tree browser bst javascript js library node nodejs typescript utils web
Last synced: 08 Apr 2026
https://github.com/kbelltree/odin-bst
The Odin Project: Binary Search Trees
Last synced: 25 Jul 2025
https://github.com/hatamiarash7/bst
Binary Search Tree Implementation in C++
bst bstree cplusplus cpp tree tree-structure
Last synced: 26 Jul 2025
https://github.com/hareeshreddi/data-structures-assignments
My attempts for the Data Structures Lab Assignments (CS210 Course) at IIT Guwahati
algorithms algorithms-implemented bst data-structures queue sorting-algorithms stacks topological-sort trees
Last synced: 30 Jul 2025
https://github.com/kahlery/data-structures-and-algorithms
🗿 my old collection of classic data structures & algorithms implemented in C
bst data-structures linked-list stack
Last synced: 03 Aug 2025
https://github.com/radhirasho/bst-algos
Just me messing around with a bunch of different algorithms, was going to originally be just Binary Search Tree related Algorithms, but, as you can clearly see, it's expanded just a tiny bit past that
Last synced: 09 Nov 2025
https://github.com/ambidextrous9/data-structures-and-algorithms
Implementation of various Algorithms and Data Structures
algorithms bfs-algorithm binary-tree bst datastructures dfs-algorithm dynamic-programming graph kadanes-algorithm sorting-algorithms
Last synced: 12 Aug 2025
https://github.com/limeraiin/bst_visualization_unity3d
Visualization of Binary Search Trees in Unity3D using 2D rigidbodies and fixed joints.
binarysearchtree bst datastructures tree tree-structure unity unity3d
Last synced: 16 Aug 2025
https://github.com/ivanbgd/self-balancing-binary-search-trees
Self-Balancing Binary Search Trees (AVL, Splay), with examples
avl avl-tree avltree binary-search-tree bst splay splay-trees splaytrees
Last synced: 17 Aug 2025
https://github.com/duetosymmetry/iopart-num.bst
[DEPRECATED] Improved version of Mark Caprio's bibtext style file iopart-num.bst
bibtex bibtex-citation-style bst deprecated deprecated-repo latex
Last synced: 20 Aug 2025
https://github.com/failpt/avl-csharp
Generic AVL tree implementation and testing in C#
avl avl-tree bst csharp data-structures generic generic-library self-balancing-trees
Last synced: 30 Aug 2025
https://github.com/imtiaz-emu/datastructurewithpython
Implementation of Data Structures using PYTHON 3.
bst data-structures heap linked-list
Last synced: 15 Mar 2025
https://github.com/williamzhang20/data-structures
Data Structures in C++
avl-tree b-tree bst red-black-tree ring-buffer trie
Last synced: 30 Jun 2025
https://github.com/leenr/keyka_v0
KeyKa v0 is a very simple variable-sized key to fixed-size value key-value persistent storage based on Binary Search Tree.
binary-search-tree bst experimental key-value
Last synced: 26 Mar 2025
https://github.com/algrvvv/java-basics
basics and realisation of any data structure
basics bst datastructures java
Last synced: 18 Jun 2025
https://github.com/sancakerkan/bst-construction-and-manipulation
This project is a Binary Search Tree (BST) implementation in Java. The BST supports various operations such as construction, insertion, listing (inorder traversal), finding parent nodes, and deletion.
binary-search-tree bst java manipulation
Last synced: 27 Feb 2025
https://github.com/antdeivid/estrutura-de-dados-avancada
Repositório destinado ao upload dos programas feitos no estudo de Estrutura de Dados Avançada.
avl-tree bst cpp data-structures red-black-trees
Last synced: 16 Mar 2025