Python Data Structures and Algorithms
Completion Date: February 24, 2022
Learned data structures such as stacks, queues, and priority queues, and how these are used by search algorithms such as depth-first search, breadth-first search, and the A-star (A*) algorithm.