/algorithms-meetup

Woot algo problems! Let's make our heads hurt!

Primary LanguageJavaScript

Summary

This repository contains all my solutions for the Algorithms Meetup held by Code Chrysalis. Almost all coding challenges are language agnostic, but I have chosen to solve them in JavaScript (to begin with at least).

Original readme can be found at the forked repository.

Setup

Clone repository and then run yarn in the command line.

Run tests

This repository is using mocha with chai.

To run the tests, run yarn test in the command line.