Skip to content

Latest commit

 

History

139 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

⚡ LeetCode Problems & Solutions 🧠

Welcome to my dedicated space for algorithmic development and critical thinking. This repository serves as a personal laboratory where I break down, implement, and optimize solutions to various LeetCode problems.


🛠️ Built With

Python GitHub LeetCode


🎯 Purpose & Core Philosophy

This repository isn't just about collecting solved badges or rushing through an arbitrary checklist. The overarching goal behind every file here is deep, incremental engineering growth:

  • Problem-Solving Mechanics: Training my mind to isolate structural core problems within ambiguous or complex problem descriptions.
  • Logical Architecture: Designing structured, edge-case proof logic before laying down a single line of actual code.
  • Optimization Frameworks: Actively analyzing and reducing computational complexity—working to transition brute-force methods into streamlined implementations optimized for Time ($O$) and Space ($\Omega$).

🧩 Technical Concepts Explored

The scripts contained in this repository explore fundamental paradigms across backend engineering and data structures, including:

  • Array Manipulation & Matrix Traversals: Managing structures dynamically with high operational efficiency.
  • Two-Pointer Techniques & Sliding Windows: Maximizing sub-array or string parsing speeds while keeping computational overhead low.
  • Hash Maps & Math Parsing: Trading minor space footprint adjustments for lightning-fast lookup mechanics.
  • String Tokenization: Engineering clean data isolation rules to securely process irregular user input formats.

📊 Progress Dashboard

LeetCode Stats


🛠️ Running the Scripts Locally

Each file is isolated, self-contained, and can be executed directly via any terminal or Python environment.

  1. Clone this repository:
    git clone [https://github.com/Imhs14/Leetcode-problems.git](https://github.com/Imhs14/Leetcode-problems.git)

Navigate into the directory: cd Leetcode-problems Execute any solution script: python3 .py “Great programmers don't just write code that computers understand, they write solutions that humans appreciate.” 🚀

About

This repo is dedicated for everyday Leetcode's DSA practice. It holds the question + Solutions + complexities. It also features some brute force solutions and the optimal solutions which can be really helpful if you're starting your coding journey

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages