Skip to content

Latest commit

 

History

History

typescript_problem_03_bom

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

typescript-problem-bom

requirements

  • Node 18+

Project setup

npm install

Tasks

We use the Bill Of Materials to keep track of the parts we need to build a product.

You are given have a list of parts, to make up a product. And a list of sales.

We want to know how many of each part we need to make.