Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/farial-mahmod/leetcode-problem-solving-dart-flutter

Using Dart language to solve Leetcode problems
https://github.com/farial-mahmod/leetcode-problem-solving-dart-flutter

competitive-programming dart dartlang dartlanguage flutter leetcode leetcode-solutions problem-solving

Last synced: 5 days ago
JSON representation

Using Dart language to solve Leetcode problems

Awesome Lists containing this project

README

        

# Leetcode-Problem-Solving-Dart-Flutter
## Using Dart to solve Leetcode problems (Continuously updated)

### Why Dart:
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.

### Solutions with corresponding file names:

| Problem Name | Solution File Name |
| ------------- | ------------- |
| Detect Capital | DetectCapital.dart |
| Climbing Stairs | ClimbingStairs.dart |
| Add Strings | AddStrings.dart |
| Convert the Temperature | ConvertTheTemperature.dart |
| Base 7 | BaseSeven.dart |
| Contains Duplicate | ContainsDuplicate.dart |
| Move Zeroes | MoveZeroes.dart |
| Missing Number | MissingNumber.dart |

An example screenshot of a competitive programming problem solution in Dart language submitted to Leetcode.com .

![convert](https://user-images.githubusercontent.com/60639522/204693712-2c1e8ec3-2f89-4c5b-819e-a886300b6fcb.png)