Building Fast Queries on a csv
In this notebook, we create a python Inventory() class based on a laptop store's inventory. Using time/space complexity analysis, we optimize lookups that store employees may use frequently.
Algorithms, OOP, Data Visualization