An open API service indexing awesome lists of open source software.

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/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/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