Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 580 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 580 Bytes

Engineering Problems

This repo contains problems you should be able to solve in a reasonable amount of time (5 days). It tests your understanding of programming fundamentals.

How to Run

You can run the test cases by running

yarn
yarn jest --watch

You can elide the --watch flag to just run tests

If all tests pass, you have successfully solved the questions.

The solution to the classifier problem should go in src/classifier.js

The solution to the laundry problem should go in src/laundry.js