|
|
|
|
|
by cdoxsey
4002 days ago
|
|
This is true of programming too. You're better off learning how to code first and then learning the theory. Once you've got a few simple projects under your belt data structures and algorithms will make a whole lot more sense. You need to learn arithmetic before you learn algebra. |
|
Data structures and algorithms are made to solve real problems. You don't have to be able to code up those problems to understand them and see how the algorithm works. Some of the cleverest theoretical CS guys that I know freely admit that they're bad programmers and couldn't implement the algorithms that they describe in their papers.