DEV Community

Discussion on: What is top 5 most valuable courses in a CS Degree?

Collapse
 
ghost profile image
Ghost • Edited

Let me just throw in one: Models of Computation - state machines, automata theory, context-free grammars etc. These are pretty much the foundation of computer science, leading on to things like parsers and compiler design. It's so nerdy, but surprisingly useful when you write your own stateful code, file loaders, and more.