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

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.

Awesome Lists containing this project

README

        

# Blind 75 LeetCode Solutions in Dart

![LeetCode](https://img.shields.io/badge/LeetCode-Blind%2075-orange?style=for-the-badge)
![Dart](https://img.shields.io/badge/Dart-3.4.1+-blue?style=for-the-badge)

## 📌 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.git

2. 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.