Practice

Project for data structure and algorithm practice.

Scripts

Here are example commands for running things like formatting, a local server, and the test suites:

Elm

$ npm run format
$ npm run start
$ npm run test
$ npm run watch

Elixir

$ mix format
$ iex -S mix
$ mix test
$ mix test.watch