Data Structures
Stacks, queues, trees and graphs.
01Using StacksStore data last-in, first-out, like a pile of plates.Read lesson →02Using QueuesStore data first-in, first-out, like a real queue.Read lesson →03Tree StructuresOrganise hierarchical data with binary trees and traversals.Read lesson →04Graph NetworksModel networks and relationships with nodes and edges.Read lesson →