Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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