https://github.com/namtndev/leetcode-practice
๐ Practicing algorithms & data structures on LeetCode with JavaScript โจ
https://github.com/namtndev/leetcode-practice
algorithm datastructures javascript leetcode
Last synced: 3 months ago
JSON representation
๐ Practicing algorithms & data structures on LeetCode with JavaScript โจ
- Host: GitHub
- URL: https://github.com/namtndev/leetcode-practice
- Owner: NamTNDEV
- Created: 2025-04-01T13:07:53.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-04-01T15:11:34.000Z (3 months ago)
- Last Synced: 2025-04-01T16:35:30.638Z (3 months ago)
- Topics: algorithm, datastructures, javascript, leetcode
- Language: JavaScript
- Homepage:
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## ๐ LeetCode Practice in JavaScript
[](https://leetcode.com/) [](https://developer.mozilla.org/en-US/docs/Web/JavaScript)
---
### ๐ Welcome
This repository contains my solutions to LeetCode problems using **JavaScript**. It's part of my daily practice to improve my problem-solving skills, master data structures & algorithms, and become a better developer ๐.
---
### ๐ง Topics Covered
- ๐ Array & String
- ๐ Hash Table, Stack, Queue
- ๐ณ Binary Tree, DFS, BFS
- ๐ Dynamic Programming
- ๐ Recursion & Backtracking
- ๐งฉ Math & Logic Puzzles
- ๐ Sorting, Searching, Greedy, and more!---
### ๐ Folder Structure
```bash
โโโ easy/
โโโ medium/
โโโ hard/
โโโ README.md
```> Each folder contains problems categorized by difficulty.
---
### ๐ Problem Stats
- ๐ข Easy: 4 problems solved
- ๐ก Medium: 1 problems solved
- ๐ด Hard: 0 problems solved
- ๐ Total: 0 problems---
### ๐ก How I Practice
- โ Solve problem on [LeetCode](https://leetcode.com/)
- โ๏ธ Re-implement & document the solution in this repo
- ๐งผ Keep code clean, readable, and well-commented---
### ๐ Goal
Solve at least 3โ5 problems per week, track progress, and revisit old problems to reinforce learning. Slow but steady wins the race ๐ข๐ช
---
### ๐ซ Connect with me
[](https://linkedin.com/in/namtndev) [](mailto:[email protected])
---
Happy Coding! ๐ปโจ