10

Been watching some videos on Algorithms and my mind bleeds. Do people who know this stuff really calculate complexities for each method they write?

Comments
  • 6
    Calculate... Guess... What's the difference?!
  • 1
    It's actually not that hard. And really useful when trying to optimize.
  • 0
    Play TIS-100 or Human Resource Machine a bit for algorithm optimization practice. You can optimize for lines of code or number of cycles. Solutions for each are usually exclusive. It helps practicing the analysis skills.
  • 0
    @Theo20185 This, I need to check out! Thanks.
  • 0
    @karthikiyengar do you mind sharing the links you watched these video?
  • 2
    @ralee It's MIT's open course ware introduction to algorithm. A quick Google search will get you there.
Add Comment