renggli / dart-euler

Stepping through Project Euler and Advent of Code with Dart.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Euler

GitHub Issues GitHub Forks GitHub Stars GitHub License

Spoiler warning: Do not look at this repository, if you plan to solve Project Euler or Advent of Code by yourself. This repository contains all the solutions I came up with. Most of the code is implemented using Dart.

None of the code produces actual output, but instead performs assertions that verify that the result is still correct. I focus on short, elegant and fast solutions (in that order). To run all the puzzles from the command line evaluate the following line of code or run the tests.

dart bin/run.dart

About

Stepping through Project Euler and Advent of Code with Dart.

License:MIT License


Languages

Language:Dart 100.0%