Skip to content

Commit 4555b74

Browse files
updating the README with MissingNumber.dart
1 parent 6a817a0 commit 4555b74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
## Using Dart to solve Leetcode problems (Continuously updated)
33

44
### Why Dart:
5-
Most problem solutions are found either in Java or in C / C++ on the internet . Dart is an emerging and promising lanaguage . It has most of the features to solve programming problems - if not all and it is in developemnt adding amazing features . It's powering all the Flutter apps . Solving Leetcode problems in Dart would help Fluter and Dart newcomers to grasp Dart quickly and enable to use Dart both in developing apps and solving competitive programming problems without the need to switch to another language .
5+
Most problem solutions are found either in Java or in C / C++ on the internet. Dart is an emerging and promising lanaguage. It has most of the features to solve programming problems - if not all and it is in developemnt adding amazing features. It's powering all the Flutter apps. Solving Leetcode problems in Dart would help Fluter and Dart newcomers to grasp Dart quickly and enable to use Dart both in developing apps and solving competitive programming problems without the need to switch to another language.
66

77
### Solutions with corresponding file names:
88

@@ -15,7 +15,7 @@ Most problem solutions are found either in Java or in C / C++ on the internet .
1515
| Base 7 | BaseSeven.dart |
1616
| Contains Duplicate | ContainsDuplicate.dart |
1717
| Move Zeroes | MoveZeroes.dart |
18-
18+
| Missing Number | MissingNumber.dart |
1919

2020

2121

0 commit comments

Comments
 (0)