econchick / new-coder

New Coder tutorials
zlib License
597 stars 394 forks source link

Algorithms #216

Open oxidist opened 7 years ago

oxidist commented 7 years ago

It would be great if you added an algorithm tutorial on the site.

merwok commented 7 years ago

Hello and thanks for the suggestion! Do you have ideas about a specific example?

oxidist commented 7 years ago

Not exactly, but I was thinking an introduction to various kinds of sorting algorithms would be nice.

mikaeilorfanian commented 7 years ago

@OfficialOxide this repo(https://github.com/donnemartin/interactive-coding-challenges) has exactly what you need.

oxidist commented 7 years ago

Thanks a lot. Will definitely look into this.