Elm
Elm copied to clipboard
Add Search Algorithms
Hi, This repository looks great for beginners, and I would like to practice by ELM skills for Hacktober Fest. I wanted to start with Search Algorithms as mentioned in Algorithms Explanation.
As ELM is web framework, instead of creating a complete web app, I was thinking if I could use run-elm to run ELM files in CLI directly instead of creating an Web app.
What would you suggest?
Run-elm seems to not be working for Elm 0.19, but elm-script, though it's in its experimental phase, is really promising.
It is meant for command line scripting, so it might be overkill, but the Hello World Example shows that you can print to the terminal without much boilerplate.
Hi!
I noticed that Quicksort is still missing from the Sorting examples - I'd like to add it if that's ok.
Yes @frankschmitt, Please go ahead with it.