Closed khansalmaan closed 2 months ago
dupe of #5905
We have agreed to add this to the roadmap once it's migration to the new editor is complete. I will leave this issue open until them to prevent anyone else opening the same issue.
Hey @dansholds,
I'm eager to start contributing to the project. Could you please assign me a task to get started?
heap sort is now in the roadmap.
Roadmap URL
https://roadmap.sh/datastructures-and-algorithms
Suggestions
I believe heaps should be included in any data structures roadmap because they are essential for priority queues, efficient sorting algorithms like heap sort, and optimizing various operations such as finding, inserting, and deleting elements. Heaps also play a key role in memory management and algorithm design, making them a fundamental concept for both practical and theoretical applications.