Implementation of Singly Linked ListsCovers the implementation of singly linked lists in Java, focusing on concepts such as nodes, size management, adding, removing, and getting elements.
Hashing and SortingCovers hashing, sorting, extendible hashing, linear hashing, and external sorting.
Query Operators Part 2Covers query processing with relational operations, focusing on different join methods and the impact of buffering.
Query Operators: Part 1Explores query processing steps, physical plans, pipelined execution, and hashing for projections and joins.