Skip to content

danbazo/pythonLeetcodePractice

Repository files navigation

LeetCode Python Practice Solutions

This repository contains my solutions to various LeetCode problems, categorized by topic.
Each solution includes explanations, optimized approaches, and test cases.

📖 Table of Contents


✅ How to Use This Repository

  1. Click on the green Code button.
  2. Open the active CodeSpace
  3. Find the desired problem and run it

🔥 Progress Tracker

# Problem Category Difficulty Explaination Solution
11 Container With Most Water Two Pointer 🔵 Medium maxArea.md maxArea.py
12 Integer to Roman Arrays 🔵 Medium integerToRoman.md integerToRoman.py
13 Roman to Integer Arrays 🟢 Easy romanToInteger.md romanToInteger.py
42 Trapping Rain Water Arrays 🔴 Hard trappingRainWater.md trappingRainWater.py
68 Text Justification Arrays 🔴 Hard textJustification.md textJustification.py
135 Candy Arrays 🔴 Hard candy.md candy.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages