What is meant by “Constant Amortized Time” when talking about time complexity of an algorithm? 8 s 8 Amortised time explained in simple terms: If you do an operation...
  • May 4, 2022
  • 0 Comments
Most people with a degree in CS will certainly know what Big O stands for. It helps us to measure how well an algorithm scales. But I’m curious, how...
  • April 17, 2022
  • 0 Comments
I am learning about Big O Notation running times and amortized times. I understand the notion of O(n) linear time, meaning that the size of the input affects the...
  • April 10, 2022
  • 0 Comments