micah-patrick / starter-solving-problems-with-stacks-and-queues

Some example problems and solutions involving stacks and queues

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Solving Problems with Stacks and Queues

Sample problems and solutions for problem solving with stacks and queues

Getting Started

Clone this repository.

git clone https://github.com/Thinkful-Ed/starter-solving-problems-with-stacks-and-queues.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

License

This project is MIT Licensed

About

Some example problems and solutions involving stacks and queues

License:MIT License


Languages

Language:JavaScript 100.0%