🌲 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)
-
Updated
Dec 4, 2024 - C++
🌲 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)
This is a repository of basic Data Structure Programs done for revision
Implementation of the Trie data strucutre.
In this repository I have store my competitive programming preparation codes for graphs and trees
A Tree is a widely used abstract data type that simulates a hierarchical tree structure, with a root value and subtrees of children with a parent node, represented as a set of linked nodes. A Tree data structure can be defined recursively as a collection of nodes, where each node is a data structure consisting of a value and a list of references…
Add a description, image, and links to the tree-data-structure topic page so that developers can more easily learn about it.
To associate your repository with the tree-data-structure topic, visit your repo's landing page and select "manage topics."