New to Big-O notation
I'm new to Big O notation, and I'd really like to figure it out. I kind of get it, but I really don't feel comfortable with it. I get that it gives some indication for time efficiency (or something like that). However I want more than just a textbook answer. I want to really understand it.
Are there any resources that present Big-O notation in a "for dummies" way?
[395 byte] By [
jedispy] at [2007-11-20 0:36:53]

# 1 Re: New to Big-O notation
Are there any resources that present Big-O notation in a "for dummies" way?This one ( http://www.cs.sunysb.edu/~algorith/lectures-good/node2.html) explains it in a pretty simple manner.