Re: Wrong-but-not-incorrect code
From: Walter Roberson (roberson_at_ibd.nrc-cnrc.gc.ca)
Date: 03/22/05
- Next message: Eric Sosman: "Re: Translation from recursive to iterative"
- Previous message: Christopher Benson-Manica: "Re: compiling error"
- In reply to: Chris Croughton: "Re: Wrong-but-not-incorrect code"
- Next in thread: Keith Thompson: "Re: Wrong-but-not-incorrect code"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 22 Mar 2005 19:32:00 GMT
In article <slrnd40nsk.ai0.chris@ccserver.keris.net>,
Chris Croughton <chris@keristor.net> wrote:
:(long division uses O(n^2) time or worse for large n),
And much *much* worse time when dividing by 0 ;-)
-- Usenet is like a slice of lemon, wrapped around a large gold brick.
- Next message: Eric Sosman: "Re: Translation from recursive to iterative"
- Previous message: Christopher Benson-Manica: "Re: compiling error"
- In reply to: Chris Croughton: "Re: Wrong-but-not-incorrect code"
- Next in thread: Keith Thompson: "Re: Wrong-but-not-incorrect code"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|