Re: Big oh Notation
From: Oskar Sigvardsson (gingis55_at_yahoo.com)
Date: 02/27/04
- Next message: gusmeister: "'java -version' -> stderr"
- Previous message: Jeff Rhines: "Re: reuse a thread which is no longer "alive""
- In reply to: Yoyoma_2: "Re: Big oh Notation"
- Next in thread: Stewart Gordon: "Re: Big oh Notation"
- Reply: Stewart Gordon: "Re: Big oh Notation"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 26 Feb 2004 17:20:55 -0800
I learned about Big-Oh from Concrete Mathematics by Graham, Knuth,
Patashnik, excellent book. And also Donald Knuths monumental (well,
three volumes so far) The Art Of Computer Programming.
And by the way, I'm almost positve that QS is of order O(n log n).
(And even if it isn't most people would write it O(n log n) anyway
because
O(n log 2n) = O(n(log 2 + log n)) = O(n log n + n log 2) = O(n log n)
right?)
- Next message: gusmeister: "'java -version' -> stderr"
- Previous message: Jeff Rhines: "Re: reuse a thread which is no longer "alive""
- In reply to: Yoyoma_2: "Re: Big oh Notation"
- Next in thread: Stewart Gordon: "Re: Big oh Notation"
- Reply: Stewart Gordon: "Re: Big oh Notation"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|