A store owner needs to keep track of their inventory (the number of each item they have) When items are purchased the inventory needs to decrease l. When items are restocked , the inventory needs to increase. Outline an algorithm that can be used by the owner, describing necessary data structures and computational thinking concepts.
Explain Big-O notation and describe efficiency of the algorithms you just designed when the inventory needs updated or printed