Skip to content

mitulparmar7161/Leetcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧠 LeetCode Problem Solutions in Python 🐍

This repository contains my solutions to various LeetCode problems, all written in Python / Python 3.

📂 Structure

  • Each file is named after the LeetCode problem number.
  • No folders — everything lives in the root directory for simplicity.
  • All files are plain .py scripts.

Example:

✅ Problem Coverage

  • ~50 problems solved and counting
  • All solutions tested with Python 3
  • Topics include:
    • Arrays & Hashing
    • Strings
    • Linked Lists
    • Binary Trees
    • Recursion & Backtracking
    • Dynamic Programming
    • Bit Manipulation
    • Math and Greedy

🔧 How to Run

Clone the repo:

git clone https://github.com/your-username/leetcode-python-solutions.git
cd leetcode-python-solutions

Make sure you have Python 3 installed.

🧩 Example Filename Mapping

Filename LeetCode Problem
1072.py Flip Columns for Maximum Number of Equal Rows
1346.py Check If N and Its Double Exist
1475.py Final Prices With a Special Discount in a Shop
1760.py Minimum Limit of Balls in a Bag

You can easily find more problems by number at leetcode.com/problemset/all.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages