AlgoGenesis / C

AlgoGenesis is a centralized open-source platform dedicated to providing optimized and well-documented algorithm implementations in C. Perfect for both beginners and advanced users, this repository serves as a comprehensive learning resource for solving algorithmic challenges.
MIT License
91 stars 303 forks source link

[UPDATE ALGORITHM] AVL Trees Algorithms code redundancy #1726

Open AE-Hertz opened 22 hours ago

AE-Hertz commented 22 hours ago

Description:

Please describe the changes you want to make to the existing algorithm and why they are necessary. AVL Trees Algorithms code redundancy , in the current code there is lot of calculation redundancy and caching issues. i work on this and provide a optimized solution

Checklist:

Affected Algorithm:

Mention which algorithm you want to update and the specific directory where you want to change.

Additional Information:

Any extra details or suggestions related to the update.

@pankaj-bind can you please assign me this./

pankaj-bind commented 4 hours ago

assigned