/starter-solving-problems-with-sets-and-maps

Starter code for the Solving Problems with Sets and Maps checkpoint

Primary LanguageJavaScriptMIT LicenseMIT

Starter: Solving problems with Sets and Maps

Sample problems and solutions for solving problems with Sets and Maps

Getting Started

Clone this repository.

git clone https://github.com/Thinkful-Ed/starter-solving-problems-with-sets-and-maps.git

Navigate to the root of the repository and install dependencies.

npm install

To run the tests

npm test

Solutions

To view the solution to these problems, checkout the solution branch.

Problems

  1. Intersection
  2. Sum Pairs
  3. Same Letters

License

This project is MIT Licensed