Send
Close Add comments:
(status displays here)
Got it! This site uses cookies. You consent to this by clicking on "Got it!" or by continuing to use this website.nbsp; Note: This appears on each machine/browser from which this site is accessed.
CS340 content by topic
1. CS340 content by topic
2. Introduction and background
3. Computer science and thinking
4. Counting, bases, conversion
5. Hello world, programs that write programs
6. Characters and character data
7. Logic and truth tables
8. Tree representation and traversal
9. Recursion and self-reference
10. DSL: Graphviz and trees
11. Lists and dictionaries
12. DSL: Regular expression pattern matching
13. Tree representation and traversals
14. Abstraction: String rewriting
15. Eager and lazy evaluation
16. Constraint logic programming: Prolog
17. Operational semantics, control flow, compilers
18. Grammars and parsing, scanners, lexing
19. Code generation
20. Axiomatic semantics, correctness and verification
21. EBNF and BNF grammars, syntax diagrams
22. Bugs, failure and recovery, exception handling
23. Specific programming languages
24. Puzzles