Skip to content

Latest commit

Β 

History

History
26 lines (21 loc) Β· 854 Bytes

File metadata and controls

26 lines (21 loc) Β· 854 Bytes

LeetCode Solutions

This repository contains my personal solutions to LeetCode problems. I use this repo to practice data structures and algorithms and to improve my problem-solving skills.

πŸ“ Folder Structure

  • arrays/ – Problems related to arrays and array manipulation
  • strings/ – Problems related to string processing
  • More categories will be added as I learn

🧠 Approach

  • All solutions are written by me
  • Problem statements are summarized in my own words
  • Each file includes:
    • Problem number & title
    • Short explanation of the approach
    • Time and space complexity

⚠️ Disclaimer

Problem descriptions belong to LeetCode. This repository contains only my original solutions and summaries.

πŸš€ Goal

To consistently practice LeetCode and build strong fundamentals in Data Structures and Algorithms.