Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bytesbybianca/leetcode
Working my way through Leetcode to practice DSA while prepping for technical interviews.
https://github.com/bytesbybianca/leetcode
javascript leetcode
Last synced: about 2 months ago
JSON representation
Working my way through Leetcode to practice DSA while prepping for technical interviews.
- Host: GitHub
- URL: https://github.com/bytesbybianca/leetcode
- Owner: bytesbybianca
- Created: 2022-06-15T01:40:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-17T02:00:38.000Z (over 1 year ago)
- Last Synced: 2024-10-13T00:18:36.965Z (3 months ago)
- Topics: javascript, leetcode
- Language: JavaScript
- Homepage:
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Leetcode
Working my way through Leetcode to expand my knowledge while prepping for technical interviews.
Sometimes I'm working through curated lists, such as [NeetCode](https://github.com/bytesbybianca/leetcode/blob/main/NEETCODE.md), [Grind 75](https://github.com/bytesbybianca/leetcode/blob/main/GRIND75.md), or [30 Days of LC JavaScript Challenge](https://github.com/bytesbybianca/leetcode/blob/main/LC-30DAYS-JS.md). Other times, I'm freestyling!
🔸 Each .js file represents one challenge solved
🔸 Each file contains the title, link, instructions, my solution, and test cases of the challenge