1.1 - 1.2


  1. I did read both assignments. The most difficult part was simply following the count of the complexity. I think I understand the difference between little-o, big-O and leading coefficient, but it took a lot of careful reading to follow the counting since it's done so concisely.
  2. Having taken a few basic CS courses, it was often discussed how "efficient" different sorting methods were, but never given a quantitative way other than timing it to show efficiency. I think the method of determining temporal complexity is super cool.

Comments

Popular posts from this blog

1.9

3.1

1.3