Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ericbutera/code-challenges-js
code challenges, javascript edition
https://github.com/ericbutera/code-challenges-js
Last synced: about 2 months ago
JSON representation
code challenges, javascript edition
- Host: GitHub
- URL: https://github.com/ericbutera/code-challenges-js
- Owner: ericbutera
- Created: 2022-03-30T23:43:45.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-17T16:53:41.000Z (3 months ago)
- Last Synced: 2024-10-20T15:47:34.947Z (3 months ago)
- Language: JavaScript
- Size: 51.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Code Challenges, JavaScript Edition
This repository contains my answers to code challenges such as HackerRank.
## Test
Mocha is the test framework for this project. Tests can be ran with `npm test`.
## Source Code Organization
The directory `test/*` contains everything.
| directory | description |
| -- | -- |
| [test/leetcode](./test/leetcode/) | contains solutions to LeetCode problems |
| [test/algorithms](./test/algorithms/) | algo notes |
| [test/data-structures](./test/data-structures/) | data structure notes |
| [test/problems](./test/problems/) | misc. problems |