Skip to content

fluttermiddlepodcast/codewars_dart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

codewars_dart

Solutions from Codewars on Dart.

Solutions

8 kyu

Name Codewars Solution Video
Count Odd Numbers below n Link Link Link
Count by X Link Link Link
Convert a Number to a String! Link Link -
DNA to RNA Conversion Link Link Link
Expressions Matter Link Link Link
Find the smallest integer in the array Link Link Link
Is it a palindrome? Link Link Link
Multiply Link Link -
Remove String Spaces Link Link Link
Reverse List Order Link Link Link
Sentence Smash Link Link Link
String repeat Link Link Link
Sum Arrays Link Link Link
Sum of positive Link Link Link

7 kyu

Name Codewars Solution Video
Even numbers in an array Link Link Link
Factorial Link Link Link
Get the Middle Character Link Link Link
Leap Years Link Link Link
Maximum Multiple Link Link Link
Maximum Product Link Link Link
Mumbling Link Link Link
Nth Smallest Element Link Link Link
Odd or Even? Link Link Link
Predict your age! Link Link Link
Product Of Maximums Of Array Link Link Link
Row Weights Link Link Link
Valid Spacing Link Link Link
V A P O R C O D E Link Link Link
Vowel Count Link Link Link

6 kyu

Name Codewars Solution Video
Count the smiley faces! Link Link Link
Counting Duplicates Link Link -
Create Phone Number Link Link Link
Find The Parity Outlier Link Link -
Meeting Link Link Link
Multiples of 3 or 5 Link Link Link
Sums of Parts Link Link Link
Valid Braces Link Link Link

5 kyu

Name Codewars Solution Video
Convert A Hex String To RGB Link Link Link

How to run

First of all, make sure that you have correct Dart version installed on your system. Link contains information about minimum Dart version in platform section.

  1. Install dependencies:
$ dart pub get
  1. Run tests:
$ dart test -c source