Re: Can you learn computer science from a school?
- From: wrf3@xxxxxxxxxxxxxxx (Bob Felts)
- Date: Thu, 17 May 2007 13:21:31 -0400
Raffael Cavallaro <raffaelcavallaro@pas-d'espam-s'il-vous-plait-mac.com>
wrote:
On 2007-05-17 10:49:13 -0400, wrf3@xxxxxxxxxxxxxxx (Bob Felts) said:
I'd say that the laws of physics and they way they impact hardware
design are a pretty heavy constraint on algorithm design.
How so? Classical computers are just turing machines; they don't care
about the algorithm being run.
Because at the end of the day for an algorithm to be useful,
Why is that the primary measure for algorithms? A lot of math isn't
"useful" (so I'm told, my field was engineering, so I didn't get to
study a lot of the esoteric stuff).
it has to run on a real machine with real data, and real machines and data
have specific characteristics of access times to and sizes of different
levels of memory, time to recompute a value rather than caching it, error
tolerances, ability to inerpolate or extrapolate from previous
computations, size of the data set, idiosyncratic characteristics of the
common data set, network latency, etc. and these real world
characteristics will influence how you design your algorithm.
Not if I'm interested in the theoretical characteristics of the
algorithm. Computer science, like math, doesn't _have_ to be practical.
.
- Follow-Ups:
- Re: Can you learn computer science from a school?
- From: Raffael Cavallaro
- Re: Can you learn computer science from a school?
- References:
- Can you learn computer science from a school?
- From: Joe Marshall
- Re: Can you learn computer science from a school?
- From: Wade Humeniuk
- Re: Can you learn computer science from a school?
- From: Tayssir John Gabbour
- Re: Can you learn computer science from a school?
- From: Wade Humeniuk
- Re: Can you learn computer science from a school?
- From: Pascal Costanza
- Re: Can you learn computer science from a school?
- From: Rob Warnock
- Re: Can you learn computer science from a school?
- From: Pascal Costanza
- Re: Can you learn computer science from a school?
- From: Bob Felts
- Re: Can you learn computer science from a school?
- From: Raffael Cavallaro
- Re: Can you learn computer science from a school?
- From: Bob Felts
- Re: Can you learn computer science from a school?
- From: Raffael Cavallaro
- Can you learn computer science from a school?
- Prev by Date: Re: macro for shorter array syntax
- Next by Date: Re: Macros are pretty neat...
- Previous by thread: Re: Can you learn computer science from a school?
- Next by thread: Re: Can you learn computer science from a school?
- Index(es):
Relevant Pages
|