Project for data structure and algorithm practice.
- Advent of Code
- Exercism
- Interview Challenges
Here are example commands for running things like formatting, a local server, and the test suites:
$ npm run format
$ npm run start
$ npm run test
$ npm run watch
$ mix format
$ iex -S mix
$ mix test
$ mix test.watch