Problem
Consider we need a data system where we have many customers with their data including previous orders and they wish to update their regular order frequently. Only occasionally they will want to delete their account with the store. What data structure would I use? What would happen when I delete from this structure. Your explanation will depend on the way you implement this structure. Explain in one short paragraph.