Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment Re:Algorithms (Score 1) 836

The issue is more like this.
If you don't know what a splay tree is you will never know when to use one. It's a problem of not knowing what you don't know. It is very rare that you will need a datastructure and then go find one. You will use the tools you have to solve the problems in front of you.

Comment Re:Curse of binary floating point (Score 1) 626

This is why writing software is more than simply learning a language. You also have to learn how the machine works.

Also, this isn't a problem with binary representation. You have the same issue with decimal representation. Try dividing 10/3 and then performing a bunch of math on it.

Submission + - Progress?

Binder writes: Thought questions:
In any real terms is putting someone on the moon today any easier than it was in the 1970's?

Slashdot Top Deals

What ever you want is going to cost a little more than it is worth. -- The Second Law Of Thermodynamics

Working...