5. Data Structures, Python Software Foundation, 2024 - Essential guide to Python's built-in data types, their operations, and brief performance notes.
Data Structures and Algorithms in Python, Michael T. Goodrich, Roberto Tamassia, Michael H. Goldwasser, 2013 (John Wiley & Sons)DOI: 10.1002/9781118671415 - A textbook that provides detailed explanations of data structures and algorithms with Python implementations.
Introduction to Algorithms, Thomas H. Cormen, Charles E. Leiserson, Ronald L. Rivest, Clifford Stein, 2022 (MIT Press) - A standard reference for the theoretical foundations of data structures and algorithms, including hashing and dynamic arrays.