Dart icon indicating copy to clipboard operation
Dart copied to clipboard

All Algorithms implemented in Dart

Results 63 Dart issues
Sort by recently updated
recently updated
newest added

I am implementing a TSP algo in Dart and I have sent a PR to you under this Hacktoberfest 2023. You can check the algo and merge the PR

Odd-Even Sort Algorithm added Added an Odd-Even Sort Algorithm

Added cycle sort Algorithm

Hello, I've identified several errors in the algorithms located in the "maths" folder, including the average, Fibonacci, Armstrong number, Hamming distance, Kynea numbers, LU decomposition, power of two, Sphenic number,...

Make it more comfortable to read # Welcome to Dart community ### **Describe your change:** * [ ] Add an algorithm? * [ ] Fix a bug or typo in...

# Welcome to Dart community ### **Describe your change:** * [x] Add an algorithm? * [ ] Fix a bug or typo in an existing algorithm? * [ ] Documentation...

# Welcome to Dart community ### **Describe your change:** * [✅ ] Add an algorithm? * [ ] Fix a bug or typo in an existing algorithm? * [ ]...

tests are needed

# Welcome to Dart community ### **Describe your change:** * [x] Add an algorithm? ans. Lanczos_approximation * [x] Fix a bug or typo in an existing algorithm? ans. Bug in...

Factorial of a negative number does not exist Factorial of a real number does not exist