S01E19 of 24 episodes

Data Structures: Stack, Queue, Dictionary, Set

How to Program: Computer Science Concepts and Python Exercises(2016)
October 31, 2016 31m
Ended
English

Data structures allow you to perform operations more effectively. Start with two of the most basic data structures, stacks and queues, discovering that both can be executed using lists. Then move to non-linear data structures, exemplified by dictionaries and sets, which can be implemented using a hash table.