AlgoGenesis / Cpp

AlgoGenesis is a centralized open-source platform that specializes in providing optimized and thoroughly documented algorithm implementations in C++. Tailored for both beginners and seasoned developers, this repository acts as a valuable resource for mastering algorithmic concepts and improving problem-solving abilities.
MIT License
0 stars 0 forks source link

All types of trees #2

Open Nishu39321 opened 1 month ago

Nishu39321 commented 1 month ago

I would like to create a folder for trees, which would contain separate folders for different kinds of trees, e.g., BST, AVL, B trees (2-4), Red-Black trees and many more which are not easily there on internet. The codes for these trees would include:

  1. Insertion
  2. Deletion
  3. Rotation And anything to make it easy for user to understand. I would also like to include proper visualization for the user as to how nodes are deleted and inserted, and different kinds of rotations occur.

I request @pankaj-bind to assign this issue to me.