Slide 4
Slide 4 text
Programmer functions
● Cycles, sequences, recursion
● Data structures (arrays, linked lists, graphs)
● Algorithms and computation complexity
● Thinks "programmatically", the programmer understands:
○ Programming languages syntax and libraries
○ Breaking big problems into small problems
○ Paradigms (Imperative, OO, Functional)