Introduction to Algorithms, Thomas H. Cormen, Charles E. Leiserson, Ronald L. Rivest, Clifford Stein, 2022 (MIT Press)DOI: 10.7551/mitpress/14022.001.0001 - A standard textbook providing comprehensive coverage of algorithm analysis, including Big O notation and common complexity classes.
Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow, Aurélien Géron, 2022 (O'Reilly Media) - Offers practical applications of machine learning algorithms, often discussing their computational efficiency and scaling behavior, particularly for common models mentioned.