2 3 Tree Presentation
2 3 Tree Presentation
Implementation
BY:
S.HAAJRAFATHIMA
S.HEMALATHA
L.SRI BHARATHI
VARIANCE OF 1,2,3 TREES IN THEIR STRUCTURE:
Objective:
Implement a 2-3 Tree in C++ as part
of the mini project.
Focus on the following operations:
Insertion: Maintaining balance
through node splitting.
Search: Efficiently locating keys.
Display: Traversal to showcase the
tree structure.
What is a 2-3 Tree?
Practical Applications:
Database indexing for efficient
searches.
Filesystems for managing large
datasets.
Balancedsearch algorithms and
memory management.
Conclusion