Today we learned about various data structures: binary search trees and stacks. The most important part of learning about data structures is understanding how they function on a base level. After that, the programming part comes easily.
Resource
Video(Stacks + Queues)
Video (Binary Search Trees)
HW