Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Heaps #5984

Open
khansalmaan opened this issue Jun 30, 2024 · 1 comment
Open

Heaps #5984

khansalmaan opened this issue Jun 30, 2024 · 1 comment
Labels
agreed Concept detailed in the issue is agreed and will be implemented. datastructures-and-algorithms Roadmap: datastructures-and-algorithms

Comments

@khansalmaan
Copy link

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.

@khansalmaan khansalmaan added the topic-change Missing or deprecated topics in roadmap label Jun 30, 2024
@github-actions github-actions bot added the datastructures-and-algorithms Roadmap: datastructures-and-algorithms label Jun 30, 2024
@dansholds
Copy link
Collaborator

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.

@dansholds dansholds added agreed Concept detailed in the issue is agreed and will be implemented. and removed topic-change Missing or deprecated topics in roadmap labels Jul 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
agreed Concept detailed in the issue is agreed and will be implemented. datastructures-and-algorithms Roadmap: datastructures-and-algorithms
Projects
None yet
Development

No branches or pull requests

2 participants