Introduction to Algorithms, Thomas H. Cormen, Charles E. Leiserson, Ronald L. Rivest, and Clifford Stein, 2022 (The MIT Press) - Definitive textbook covering Divide and Conquer algorithms, including Merge Sort, recurrence relations, and performance analysis.