Skip to content
This repository has been archived by the owner on Jul 6, 2023. It is now read-only.
/ challenge-me Public archive

Test bed for finding the best solution to a series of challenges.

Notifications You must be signed in to change notification settings

inlight-media/challenge-me

Repository files navigation

Challenge Me

A small test bed to finding the functions that solve one of many challenges. The best function could be the fastest, simplest, etc - read the individual challenge readme to find the goal of that particular challenge.

Getting started

  • Checkout github repo
  • nvm install
  • npm install
  • npm test

Submitting a Solution

To submit a solution, simply open a pull request with a single script file in the solutions folder of your chosen challenge. By running the tests the speed results will be shown.

Note: You cannot depend on any third party module except lodash.

About

Test bed for finding the best solution to a series of challenges.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published