Projects in Awesome Lists tagged with tree-data-structure
A curated list of projects in awesome lists tagged with tree-data-structure .
https://github.com/devinterview-io/tree-data-structure-interview-questions
🟣 Tree Data Structure interview questions and answers to help you prepare for your next data structures and algorithms interview in 2024.
algorithms algorithms-and-data-structures algorithms-and-data-structures-interview-questions algorithms-interview-questions coding-interview-questions data-structures data-structures-and-algorithms data-structures-and-algorithms-interview-questions data-structures-interview-questions software-architecture-interview software-architecture-interview-questions software-developer-interview software-engineer-interview tree-data-structure tree-data-structure-interview-questions tree-data-structure-questions tree-data-structure-tech-interview
Last synced: 14 Feb 2026
https://github.com/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)
2-3-tree b-tree balanced-search-trees balanced-trees data-structures datastorage datastructures-tasks free-to-use insert-delete-operations open-source-code rotations-operations split-operations tree-data-structure tree-datastructures tree-search two-three-tree two-three-trees
Last synced: 30 Apr 2025
https://github.com/azzzrro/data-structure-solutions-3
Data structure solutions encompassing binary search trees, graphs, depth-first search, breadth-first search, heaps including min and max heaps, and tries. These resources are invaluable for both learning and honing coding skills through practical exercises.
bfs binary-search-tree dfs graph-algorithms heapsort-algorithm tree-data-structure
Last synced: 26 Sep 2025
https://github.com/tjkendev/bst-visualization
Binary Search Tree Visualization
tree-data-structure visualization
Last synced: 30 Apr 2025
https://github.com/taiseen/file-explorer
dsa dsa-algorithm react-js tailwind-css tree-data-structure vite
Last synced: 20 Sep 2025
https://github.com/lakshitnagar/data-structures
Popular questions asked from Data Structures and Algorithms
algorithm algorithm-challenges algorithms algorithms-and-data-structures c datastructures linked-list queues stacks tree-data-structure
Last synced: 31 Jul 2025
https://github.com/manuchaitanya17/advanced-data-structures-algorithms
A Course for learning Advanced Data Structures Algorithms.
avl-tree b-tree binary-search-tree breadth-first-search depth-first-search graph-datastructures heap-data-struture heapify segment-tree tree-data-structure tries-data-structures
Last synced: 18 Sep 2025
https://github.com/basemax/binarytreego
Implementation of a binary tree in Go. A Binary Tree is a tree data structure in which each node has at most two children, which are referred to as the left child and the right child. A node with no children is called a leaf node. A node cannot have more than two children.
algorithm algorithms algorithms-and-data-structures algorithms-datastructures binary-tree data-structure datastructure ds go golang tree tree-algorithms tree-binary tree-data-structure tree-search tree-structure
Last synced: 01 Jul 2025
https://github.com/elis-vasconcelos/estrutura-dados-algoritmos
Repositório com implementações de estruturas de dados e algoritmos em Python.
data-structures hashing-algorithm tree-data-structure
Last synced: 02 Apr 2025
https://github.com/mudasir45/graphs-and-trees--dfs--dfs-
In this repository I have store my competitive programming preparation codes for graphs and trees
bfs-algorithm dfs-algorithm graph-algorithms graph-datastructures tree-data-structure
Last synced: 22 Jul 2025
https://github.com/gers2017/trie-ferris
trie data structure
data-structures rust tree-data-structure trie trie-data-structure trie-implementation
Last synced: 11 Mar 2025