Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/a9na/daily-leetcode-js
π Daily JavaScript LeetCode challenges ππ»
https://github.com/a9na/daily-leetcode-js
algorithms-and-data-structures javascript leetcode
Last synced: about 2 months ago
JSON representation
π Daily JavaScript LeetCode challenges ππ»
- Host: GitHub
- URL: https://github.com/a9na/daily-leetcode-js
- Owner: a9na
- Created: 2024-09-01T14:19:30.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-18T08:41:34.000Z (3 months ago)
- Last Synced: 2024-10-19T10:57:20.771Z (3 months ago)
- Topics: algorithms-and-data-structures, javascript, leetcode
- Language: JavaScript
- Homepage:
- Size: 73.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Daily LeetCode Challenges with JavaScript π
Welcome to the **Daily LeetCode JavaScript** repository! π Here, you'll find a collection of LeetCode problems solved in JavaScript,
tackling new challenges daily. Join me on this coding adventure and sharpen your skills!## π― Whatβs Inside?
- **Daily Challenges:** Each day brings a new problem.
- **Solution Code:** Clean and efficient JavaScript solutions for each problem.
- **Problem Descriptions:** Clear explanations and problem statements to help you understand the challenges better.## π οΈ Getting Started
1. **Clone the Repo:**
```
git clone https://github.com/a9na/daily-leetcode-js.git
```
2. **Navigate to the Project Directory:**
```
cd daily-leetcode-js
```
3. **Install Dependencies:**
```
npm install
```
4. **Run the Code: Each problem has its own file. For example, to run the solution for the first problem:**
```
node linked-list-in-binary-tree.js
```## π Resources
[LeetCode](https://leetcode.com/) - The platform for all coding challenges.
[JavaScript Documentation](https://devdocs.io/javascript/) - For all your JavaScript needs.## β‘ Fun Facts
Did you know? LeetCode has over 2,000 problems to challenge your skills!
JavaScript was created in just 10 days by Brendan Eich in 1995.### Happy coding! ππ»