Dart
Dart copied to clipboard
All Algorithms implemented in Dart
1) merge_sort.dart 2) N_bonacci.dart 3) depth_first_search.dart 4)List_Queue.dart 5) Hashiing.dart 6) Circular_Queue.dart 7) cycle_in_linked_list.dart
If the contributor misses out to do dart format. the complete build check fails. we can ensure we format the file before we commit. Adding a pre commit hook which...
We need to make the repo null safe, so we are up to date with the latest coding standards in dart. We also need to migrate the files to follow...
We need to list all the files with no tests and add test cases to them
# Welcome to Dart community ### **Describe your change:** Same as TheAlgorithms/Rust#647 - it contains the description of the problem, which this PR solves. * [x] Fix a bug or...
# Welcome to Dart community ### **Describe your change:** * [ ] Add an algorithm? * [x] Fix a bug or typo in an existing algorithm? * [ ] Documentation...