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

Starter code for the Solving Problems with Sets and Maps checkpoint

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Starter code for the Solving Problems with Sets and Maps checkpoint

License:MIT License


Languages

Language:JavaScript 100.0%