Introduction to Algorithms, Thomas H. Cormen, Charles E. Leiserson, Ronald L. Rivest, and Clifford Stein, 2022 (MIT Press) - Offers a comprehensive theoretical foundation for data structures and algorithms, explaining their design and performance characteristics.
Collections and Data Structures, JuliaLang, 2024 (The Julia Language) - Official documentation detailing Julia's built-in collection types-Arrays, Tuples, Dictionaries, and Sets-including their usage and specific behaviors.
Data Structures and Algorithms in Java, Michael T. Goodrich, Roberto Tamassia, Michael H. Goldwasser, 2014 (John Wiley & Sons) - Presents fundamental data structures with clear explanations of their implementation and applications, offering practical insights for programming problems.