https://github.com/basitraza228/dart-leetcode-blind75
Blind 75 LeetCode Solutions in Dart – A collection of well-optimized solutions for the Blind 75 LeetCode problems, implemented in Dart. This repository is aimed at helping developers and competitive programmers practice essential coding patterns in Dart.
https://github.com/basitraza228/dart-leetcode-blind75
algorithms blind75 coding-challenges competitive-programming dart data-structures flutter interview-prep leetcode problem-solving
Last synced: about 2 months ago
JSON representation
Blind 75 LeetCode Solutions in Dart – A collection of well-optimized solutions for the Blind 75 LeetCode problems, implemented in Dart. This repository is aimed at helping developers and competitive programmers practice essential coding patterns in Dart.
- Host: GitHub
- URL: https://github.com/basitraza228/dart-leetcode-blind75
- Owner: BasitRaza228
- Created: 2025-04-02T19:51:39.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-04-06T19:41:55.000Z (about 2 months ago)
- Last Synced: 2025-04-09T22:00:48.545Z (about 2 months ago)
- Topics: algorithms, blind75, coding-challenges, competitive-programming, dart, data-structures, flutter, interview-prep, leetcode, problem-solving
- Language: Dart
- Homepage:
- Size: 4.88 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blind 75 LeetCode Solutions in Dart

## 📌 Overview
This repository contains efficient **Dart** implementations of the **Blind 75 LeetCode** problems. The goal is to provide well-structured, optimized solutions while improving problem-solving skills using Dart.## 🚀 Why This Repository?
- 🏆 Covers **essential** data structures & algorithms
- 📝 Well-commented, **readable** Dart solutions
- ⏳ Optimized approaches including **Brute Force, Hashing, Two-Pointers, DP, and Graphs**
- 🎯 Ideal for **interview preparation** and **competitive programming**## 🏗️ Problems Covered
✔ Two Sum
✔ Valid Parentheses
✔ Best Time to Buy and Sell Stock
✔ Longest Substring Without Repeating Characters
✔ … (More problems will be added in future)## 🛠️ Installation & Running Solutions
1. Clone this repository:
```sh
git clone https://github.com/BasitRaza228/dart-leetcode-blind75.git2. Navigate to a specific problem directory
3. Run the Dart file:
cd folder_name
dart run file_name.dart## 💡 Contributing
Contributions are welcome! If you have a better solution, feel free to open a Pull Request.## 🌟 Acknowledgment
Blind 75 problem set curated by Amogh. (https://leetcode.com/u/amoghmc)## 📜 License
This repository is licensed under the MIT License.