views:

195

answers:

3

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.

+3  A: 

Check out http://stackoverflow.com/questions/107165/big-o-for-eight-year-olds

apphacker
Brilliant. Too bad the search function isnt better here, I might have come across that one
Neil N
I found this with a site search for 'O notation'
apphacker
Ya but at the time I forgot it was called "o notation"
Neil N
+2  A: 

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
+2  A: 

This is a good resource with some tests:

Complexity and Big-O Notation

Gulzar