Skip to main content

Computer Science Center — Algorithms: theory and practice

·48 words·1 min·

https://stepik.org/cert/195596?lang=en

Completed a comprehensive course on algorithm design and analysis provided by the Computer Science Center. Covered fundamental methods, including greedy algorithms, divide and conquer, and dynamic programming, with a focus on correctness proofs and time complexity. Gained practical experience implementing standard algorithms in C++, Java, and Python.