https://github.com/arunansk02/dsa
This repository contains my solutions to various LeetCode problems. Each solution is implemented in an optimized and structured manner, following best coding practices.
https://github.com/arunansk02/dsa
data-structures-and-algorithms java leetcode python
Last synced: 4 months ago
JSON representation
This repository contains my solutions to various LeetCode problems. Each solution is implemented in an optimized and structured manner, following best coding practices.
- Host: GitHub
- URL: https://github.com/arunansk02/dsa
- Owner: ArunaNSK02
- Created: 2025-03-30T18:06:34.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-05-01T22:22:43.000Z (6 months ago)
- Last Synced: 2025-05-01T23:25:20.549Z (6 months ago)
- Topics: data-structures-and-algorithms, java, leetcode, python
- Language: Java
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LeetCode Solutions
This repository contains my solutions to various LeetCode problems. Each solution is implemented in an optimized and structured manner, following best coding practices.
## Structure
Each problem is stored in a separate folder named after the problem.
### The folder contains:
- The Solution implemented using a programming language
- PseudoCode of the solution## How to Use
- ##### Clone this repository
- ##### Navigate to a problem directory and check the solution.
- ##### Run the code in your preferred environment.## Contribution
Feel free to contribute by submitting pull requests with optimized solutions or alternative approaches!