Unit 4

Python Data Structures

This week, we tackle one of the most crucial decisions in programming; selecting the right data structure. A data structure is a way of organising your data in a computer to be used and retrieved efficiently. By selecting the adapted data structure, it will make a huge impact on the efficiency of your program. There are so many different data structures such as Array data structure, Stack, Queue, Binary Tree, Graph, Linked list, …

For the project, we continue our weekly meetings. We also distributed roles and tasks to everybody before the first assignment due on unit 6.