Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.05 KB

README.md

File metadata and controls

35 lines (24 loc) · 1.05 KB

Theoretical course "Algorithms in Python 3", Moscow Institute of Physics and Technology (MIPT).

all_plugins Coverage

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.


Stack: Dart & Unit tests


Started at: 13 July 2022


Install

  • Clone this repository
  • Go to: cd algorithms_theory
  • Run code by command: Run
  • To run all Unit tests, run the command dart test

License

MIT. Copyright (c) ANDREI FUFYLEV.