Python short course: Thoughts about data structure

The data structure is the way to store data on the computer efficiently. There are various methods for this. In a nutshell, we focus on space-how to store, and time-how is efficient to store.



Comments