Skip to content

practice space of algorithm challenges and accompanying tests

Notifications You must be signed in to change notification settings

mrnigelalford/algorithm_practice

Repository files navigation

Algorithm training ground

This is a safe space to work through algorithms. The concepts are taken from Hackerrank and solved here.

Mocha and Chai are being used a test framework.

Tech Stack

  • Typescript (Version 4.0.3)
  • Node.js (v10.16.0)
  • Mocha (v8.2.1)
  • Nodemon (v2.0.6)

Running locally

Use nodemon to start a local mocha instance that will test against the exposed modules in the 'prep.ts' file.

nodemon ./node_modules/mocha/bin/mocha    

This file will be updated over time pointing to the individual challenges and any helpful links.

Challenges

Statistics

Mean Median and Mode - Fun challenge. Required. String, number, and array manipulation. Object For of looping and some simple math. Good warm-up. Took me 1.5 hour :shock:

About

practice space of algorithm challenges and accompanying tests

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published