Problem-specifications: Possible new exercise: sorting

Created on 8 Aug 2016  Â·  6Comments  Â·  Source: exercism/problem-specifications

One exercise I feel missing is one that deals with sorting, one the first, key algorithms one learns when learning to program. My suggestion is to create an exercise that would require the user to implement several sort algorithms, like:

Some of the algorithms lend themselves to parallellization, which can make for an additional challenge if people want to give it a try.

I'd be more than happy to show a default implementation and create the relevant exercise files if people think this is a good idea.

new exercise idea

Most helpful comment

I shall submit a PR with a proposol for such an exercise then :)

All 6 comments

That Algorithms are about sorting not searching. And for searching there is
binary search exercise as well as a binary search tree.

Erik Schierboom [email protected] schrieb am Mo., 8. Aug. 2016
20:40:

One exercise I feel missing is one that deals with searching, one the
first, key algorithms one learns when learning to program. My suggestion is
to create an exercise that would require the user to implement several
search algorithms, like:

Some of the algorithms lend themselves to parallellization, which can make
for an additional challenge if people want to give it a try.

—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/exercism/x-common/issues/328, or mute the thread
https://github.com/notifications/unsubscribe-auth/AADmR9d52AsUFYblXrahMXAvr9gplQp6ks5qd3gDgaJpZM4JfV38
.

@NobbZ oh my, I meant sorting :flushed: There is no sorting exercise, is there?

None that I were aware off ;)

Erik Schierboom [email protected] schrieb am Di., 9. Aug. 2016 um
09:02 Uhr:

@NobbZ https://github.com/NobbZ oh my, I meant sorting 😳 There is no
sorting exercise, is there?

—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/exercism/x-common/issues/328#issuecomment-238470641,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AADmRwz2L_ieCL0boXwi6v3G3oyl8fgyks5qeCYhgaJpZM4JfV38
.

I shall submit a PR with a proposol for such an exercise then :)

I'll close this issue, which I'll refer to once I have a PR ready.

Is there one available? If not, I'd like to reopen. Related: https://github.com/exercism/problem-specifications/issues/761

Was this page helpful?
0 / 5 - 0 ratings