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.