https://github.com/faanid/leetcode-solutions
My solutions to LeetCode problems with explanations in TS
https://github.com/faanid/leetcode-solutions
algorithm data-structures datastructures-algorithms dsa javascript leetcode-solutions typescript
Last synced: 2 days ago
JSON representation
My solutions to LeetCode problems with explanations in TS
- Host: GitHub
- URL: https://github.com/faanid/leetcode-solutions
- Owner: faanid
- Created: 2025-08-11T04:11:53.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-09-21T05:35:25.000Z (9 months ago)
- Last Synced: 2025-09-21T07:20:34.183Z (9 months ago)
- Topics: algorithm, data-structures, datastructures-algorithms, dsa, javascript, leetcode-solutions, typescript
- Language: TypeScript
- Homepage: https://leetcode.com/u/Gitfand/
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LeetCode Solutions 🚀
This repository contains my solutions to LeetCode problems, including:
- Problem statement link
- My solution code
- Explanation & approach
- Time & space complexity
## 📂 Structure
- `Easy/` → Easy level problems
- `Medium/` → Medium level problems
- `Hard/` → Hard level problems
## 🛠Languages
- TypeScript
- JavaScript
## 🎯 Goals
- Improve problem-solving skills
- Prepare for coding interviews
- Practice algorithms & data structures