|
|
|
|
|
by qsort
1535 days ago
|
|
There should be examples (saying things like "oh, by the way, the projection operator is the SELECT clause of a SQL query" costs literally zero) but theory is important. People who don't understand relational theory can't write SQL to save their lives. I've seen schemas that literally made me scream. I think the same applies to algorithms and data structures, e.g. red-black trees from the Cormen are literally std::map. |
|
Perhaps the ideal order to learn in would be practical, theoretical, practical (applied theoretical), though that's just a gut feeling.