Adrian Lanzafame
Github repo to host snippets Everyones favourite language
Let's create a repo that contains the most useful/popular algorithms (sorting/searching/etc) in all our favourite languages. The idea is to create a educational/time-saving resource for us all to use.
File structure:
repo
|\
| algorithm1
| \
| algorithm1.c
| algorithm1.hs
\
algorithm2
\
algorithm2.c