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

Some example problems and solutions involving stacks and queues

Primary LanguageJavaScriptMIT LicenseMIT

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