An open API service indexing awesome lists of open source software.

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

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