Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror

Comment Re:Algorithms (Score 1) 836

I can't really explain how someone would get to grad school and not know how to code a linked list. And yes, there are exceptions. It all comes down to probabilities and when it comes to programming concepts, the odds are in favor of the person with a four year degree. That doesn't mean that you can't do without it, but the odds are lower.

Comment Algorithms (Score 5, Insightful) 836

In my experience people who have gone to vocational schools do not have the same background in algorithms than do people who have gone to four year schools. They do not have as expansive of knowledge in data structures and sorting algorithms and the like. There are many jobs where optimizing is important and knowing which algorithm has the best run time in O() notation can be important. They may know Java, but that doesn't mean that they can code just as well. Just because someone knows how to use a typewriter doesn't mean they can write a book just as well as an English major.

Slashdot Top Deals

"If you own a machine, you are in turn owned by it, and spend your time serving it..." -- Marion Zimmer Bradley, _The Forbidden Tower_

Working...