Collection of problems and solutions of leetcode challenges in dart language.
LeetCode 75 is a curated list of 75 interview questions that are commonly asked in tech interviews. The list is divided into 15 topics, and each topic contains 5 questions. The questions are ordered by frequency of appearance in tech interviews. The questions are also ordered by difficulty, starting with the easiest questions first.
🏷️ | # | Problem | Solution | Lang | Difficulty |
---|---|---|---|---|---|
1. Prefix Sum |
1480 |
Running Sum of 1d Array | Solution | C# |
Easy |
2. Prefix Sum |
724 |
Find Pivot Index | Solution | Dart |
Easy |
3. String |
205 |
Isomorphic Strings | Solution | Dart |
Easy |
4. String |
392 |
Is Subsequence | Solution | Dart |
Easy |
5. Linked List |
21 |
Merge Two Sorted Lists | Solution | Dart |
Easy |
6. Linked List |
206 |
Reverse Linked List | Solution | Dart |
Easy |
7. Linked List |
876 |
Middle of the Linked List | Solution | Dart |
Easy |
8. Linked List |
142 |
Linked List Cycle II | Solution | c++ |
Medium |
DCC is a 30 days challenges of problems solving, each day has a problem with different difficulty, and each day has a different topic.
🏷️ | # | Problem | Solution | Lang | Difficulty |
---|---|---|---|---|---|
1. | 290 |
Word Pattern | Solution | Dart |
Easy |
2. | 520 |
Detect Capital | Solution | Dart |
Easy |
3. | 944 |
Delete Columns to Make Sorted | Solution | Dart |
Easy |