Skip to content

dsmith111/recruiting-exercises

 
 

Repository files navigation

Challenge Notes

Hello, my name is David Smith and this is my solution to the inventory allocation challenge. All of the files are within the "src" folder.

Instructions for running tests

This program was written within python 3, so if you are on a computer with a python interpreter installed, then simply run the UnitTestingForChallenge.py with the inventory_allocation.py file in the same directory (using the python3 command if relevant).


If you are on a windows 10 x64 machine, with no interpreter, then there is an included .exe file you may run.


Finally, if none of the above is possible then this can also be run using google colab:

  1. Download the inventory_allocation.py file.
  2. Open this google colab link:
  3. Upload the inventory_allocation.py file to the session storage(The little folder on the left).
  4. Run the tests normally.

About

Deliverr coding exercises for engineering

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 73.7%
  • Jupyter Notebook 14.9%
  • TypeScript 11.4%