Data Structures & Algorithms

  • Data Structures & Algorithms (C949) – Wk 1

    Data Structures & Algorithms (C949) – Wk 1

    My first week of C949 is finally done. I’ll go through some of my thoughts on it so far. C949 is all about measuring the efficiency of algorithms. This efficiency is measured in Big O notation which helps us identify an algorithm’s time complexity and space complexity in the worst-case scenario.