/algorithms-and-data-structures-coursework

Algorithms & Data Structures coursework

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Algorithms & Data Structures

Coursework for The Coding Inteview Bootcamp: Algorithms + Data Structures

Prerequisites

Install npm

Projects

Run npm commands in project folders named below

exercises

  • Install packages

npm i

  • Run Jest tests for an exercise, e.g. reversestring

npm test reversestring