Introduction to Algorithms, Thomas H. Cormen, Charles E. Leiserson, Ronald L. Rivest, and Clifford Stein, 2022 (MIT Press) - Standard reference for fundamental graph representations and their properties.
Data Structures and Algorithms in Python, Michael T. Goodrich, Roberto Tamassia, and Michael H. Goldwasser, 2013 (Wiley) - Provides a Python-centric approach to data structures, including practical implementations of graph representations.
Graph Representation Learning, William L. Hamilton, 2020Synthesis Lectures on Artificial Intelligence and Machine Learning, Vol. 14 (Morgan & Claypool Publishers) - A resource that connects graph representations to modern machine learning applications, particularly graph neural networks.