To answer this question you will learn to:
Implement a data structure.
Distinguish different approaches to create data structures.
Judge which approach is more readable, efficient or easier to use for a particular problem.
Data Structures
Practical - Data Structures
Practical
Work with a partner to design a data structure to represent a maze using dictionaries and lists.
Exercise