https://github.com/ajfx-01/dart-dsa
Just Me Trying to implement and solve data structure and algorithms in dart
https://github.com/ajfx-01/dart-dsa
Last synced: 4 months ago
JSON representation
Just Me Trying to implement and solve data structure and algorithms in dart
- Host: GitHub
- URL: https://github.com/ajfx-01/dart-dsa
- Owner: AJFX-01
- Created: 2024-08-16T13:23:45.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-02-04T14:09:25.000Z (4 months ago)
- Last Synced: 2025-02-04T15:22:56.919Z (4 months ago)
- Language: C#
- Size: 80.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LeetCode Blind 75 Solutions in Dart
This repository contains my solutions to the [LeetCode Blind 75](https://leetcode.com/discuss/general-discussion/460599/blind-75-leetcode-questions) problems implemented in **Dart**.
The **Blind 75** list is a curated set of foundational coding problems that help strengthen problem-solving skills in **data structures** and **algorithms**. It's an excellent resource for technical interview preparation.
---
## Why Dart?
---## Problem Categories
The Blind 75 problems are grouped into various categories. Below is the list of categories with links to the corresponding solutions:
1. **Array**
2. **String**
3. **Linked List**
4. **Binary Tree**
5. **Binary Search**
6. **Dynamic Programming**
7. **Graph**
8. **Heap**
9. **Intervals**
10. **Matrix**
11. **Backtracking**
12. **Greedy**
13. **Stack**---
## File Structure
Each problem has its own Dart file, named using the problem number and title for clarity. For example: