Welcome to TheAlgorithms/Dart!
- Fork this repo.
- If Already Forked, Then make sure to sync your fork.
- Make some changes and pull a request
- Automated tests are run on all pull requests
dart analyzeis mandatorydart formatis mandatorydart testis recommended
- Use lowercase words with "_" as separator
- For example:
MyNewAlgorithm.dart is incorrect
my_new_algorithm.dart is correct format
Writer @StepfenShawn, Feb 2020. Updated @akashgk, Oct 2022.