Records of algorithms on Dart according to Timofey Khiryanov's course "Algorithms in Python 3" (link).
The purpose - to refresh knowledge of algorithms and then move on to a practical course of algorithms.
The course itself is in Python, but I code the algorithms in Dart as I'm currently code in Dart and study the Dart under the hood.
- Clone this repository
- Go to:
cd algorithms_theory
- Run code by command:
Run
- To run all Unit tests, run the command
dart test
MIT. Copyright (c) ANDREI FUFYLEV.