Elm icon indicating copy to clipboard operation
Elm copied to clipboard

Add Search Algorithms

Open MrL1605 opened this issue 6 years ago • 3 comments

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?

MrL1605 avatar Oct 10 '19 03:10 MrL1605

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.

joshuanianji avatar Oct 14 '20 04:10 joshuanianji

Hi!

I noticed that Quicksort is still missing from the Sorting examples - I'd like to add it if that's ok.

frankschmitt avatar Oct 19 '20 18:10 frankschmitt

Yes @frankschmitt, Please go ahead with it.

MrL1605 avatar Oct 20 '20 01:10 MrL1605