This repository contains LeetCode problem solutions, implemented in ** Java** and Python.
It serves as a personal practice log to improve Data Structures & Algorithms (DSA) and problem-solving skills.
- All solutions are stored in a single folder
- File names follow the format
LCxxx_ProblemName.ext(e.g.,LC121_BestTimeToBuyAndSellStock.java) - Difficulty level is mentioned in the problem description
- Time and space complexity will be included for each problem
- Solutions are optimized and regularly updated