Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ngkhang/leetcode
https://github.com/ngkhang/leetcode
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ngkhang/leetcode
- Owner: ngkhang
- Created: 2024-12-21T13:14:49.000Z (20 days ago)
- Default Branch: main
- Last Pushed: 2024-12-21T13:50:49.000Z (20 days ago)
- Last Synced: 2024-12-21T14:34:31.623Z (20 days ago)
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Leetcode
- Currently, I solved ... problems, which are written in **JavaScript**, **TypeScript** and **SQL**
- Easy: ...
- Medium: ...
- Hard: ...
- This is [my profile in LeetCode](https://leetcode.com/ngkhang/), I will upload solutions for some problems regularly.
Table of Contents:
- [Leetcode](#leetcode)
- [All solutions](#all-solutions)
- [Resources](#resources)
## All solutions
| Title | Solution | Difficulty |
| ----- | -------- | ---------- |
| | | |
[⬆️ Scroll top](#leetcode)
## Resources
- Big-O Cheatsheet [🔗Link](https://www.bigocheatsheet.com/)
- Visualizations
- Visualgo [🔗Link](https://visualgo.net/en)
- Data Structure Visualizations [🔗Link](https://www.cs.usfca.edu/~galles/visualization/Algorithms.html)
[⬆️ Scroll top](#leetcode)
.text-easy {
color: #00af9b;
font-size: 20px
}