Welcome to TheAlgorithms/Dart!
- Fork this repo
- Make some changes and pull a request
- Your algorithm must be able to run on dartpad
- Automated tests are run on all pull requests
dart analyze
is mandatorydart format
is mandatorydart test
is recommended
- Use lowercase words with "_" as separator
- For example:
MyNewAlgorithm.dart is incorrect
my_new_algorithm.dart is correct format
My_New_Algorithm.dart is correct format
Writer @StepfenShawn, Feb 2020.