mirror of
https://github.com/theoludwig/programming-challenges.git
synced 2025-05-18 12:02:53 +02:00
chore: ignore lockfiles + markdownlint
This commit is contained in:
@ -2,10 +2,10 @@
|
||||
|
||||
Created by [@Divlo](https://github.com/Divlo) on 8 July 2020.
|
||||
|
||||
## Instructions :
|
||||
## Instructions
|
||||
|
||||
Compare and update the inventory stored in a 2D array against a second 2D array of a fresh delivery. Update the current existing inventory item quantities (in `array1`). If an item cannot be found, add the new item and quantity into the inventory array. The returned inventory array should be in alphabetical order by item.
|
||||
|
||||
## Examples :
|
||||
## Examples
|
||||
|
||||
See the `input-output.json` file for examples of input/output.
|
||||
|
Reference in New Issue
Block a user