Closed
Description
Hi team,
I'd like to push for the inclusion of more algorithms and data structures exercises. The idea would be that these could be used by somebody to refresh their knowledge, learn for the first time and also to contribute / collab with other people.
We already have some:
https://github.com/exercism/problem-specifications/tree/master/exercises/binary-search
https://github.com/exercism/problem-specifications/tree/master/exercises/binary-search-tree
https://github.com/exercism/problem-specifications/tree/master/exercises/linked-list
https://github.com/exercism/problem-specifications/tree/master/exercises/simple-linked-list
I'd like to add a few more:
- Stable sorts like Insertion sort and Merge sort.
- Simple Min Heap added simple-min-heap problem #1128
- Max Heap / Priority Queue
- Double-Ended Priority Queues
- https://en.wikipedia.org/wiki/Graham_scan
In the future I'd like to add more complex ones
Feedback, additions?
Metadata
Metadata
Assignees
Labels
No labels