4

Learned all about computing algorithm costs in College, but that was so long ago I forgot it all. Is there any sort of walkthrough that goes over the whole subject matter? I feel as though there was more than I currently remember. I want to refresh some of my core skills.

Neil N
  • 24,862
  • 16
  • 85
  • 145
  • if you close, provide a reason why! if you close it as duplicate, post the link. otherwise don't botter closing questions! – markus Apr 15 '09 at 19:59
  • I usually am against closing questions, but felt OK closing this one since it was my own (anf my first close!) but the first answer has a link to a good substitute. – Neil N Apr 15 '09 at 20:01

3 Answers3

4

Check out Big-O for Eight Year Olds?

Community
  • 1
  • 1
Bjorn
  • 69,215
  • 39
  • 136
  • 164
2

You should be able to find various tutorials by searching for complexity analysis.

Wikipedia (Analysis of algorithms) is always a good place to get a quick refresher.

Brian R. Bondy
  • 339,232
  • 124
  • 596
  • 636
2

This is a good resource with some tests:

Complexity and Big-O Notation

Gulzar Nazim
  • 51,744
  • 26
  • 128
  • 170