Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 |