Skip to content

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.

Notifications You must be signed in to change notification settings

BasitRaza228/dart-leetcode-blind75

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Blind 75 LeetCode Solutions in Dart

LeetCode 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:

    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.

About

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.

Topics

Resources

Stars

Watchers

Forks

Languages