Lectures Textbook Section On-Line Resources
1/7 - W1a: Overview, development process, first program 1.3-1.5, 2.1-2.5, 2.8, 12.1-12.3 C Intro, handout,
C Reference
1/9 - W1b: Function calls, operators, 3.1-3.5 Functions, handout
1/11 - W1c: Recursion, If statement 4.1-4.3, 9.1-9.3 Simple Conditionals, Recursion,
1/14 - W2a: Control - if/else, if/else if, switch, 4.4, 4.7-4.9 Complex Conditionals,
1/16 - W2b: Iteration 5.1-5.10 Loops Notes, Tutorial
1/18 - W2c: Arrays 7.1-7.4 Arrays
1/21 - W3a: Martin Luther King, Jr
1/23 - W3b: Pointers 1: functions, in, out parameters 6.1-6.5, 7.5 ******** Video, Sec 1, Sec 2: pgs1-9, 17-22
1/25 - W3c: Strings 8.1-8.4 Strings
END OF MATERIAL FOR EXAM 1
1/28- W4a: File processing 7.8-7.9, 8.5, 12.7 Files
1/30 - W4b: Pointers 2: Arrays of pointers, command-line args, 8.5, 12.7
2/1 - W4c: Exam 1: conditionals, loops, basic pointers, arrays, strings
2/4 - W5a: Structs Chap 10
2/6 - W5b: Pointers 3: Dynamic memory allocation, Linked Structures 13.1-13.4 Memory: pgs 24-31 Linked list basics
2/8 - W5c: Modifying Linked Lists
2/11 - W6a: Stacks/Queues 13.5,13.6
2/13 - W6b: More lists 13.7
2/15 - W6c: College Break
2/18 - W7a: Trees 13.8 Binary Trees
2/20 - W7b: Binary Search Trees
END OF MATERIAL FOR EXAM 2
2/22 - W7c: Heaps
2/25 - W8a: Binary/hex/octal, Bitwise ops
2/27 - W8b: Bitwise operations
3/1 - W8c: Exam 2: Linked Lists, Trees,
3/4 - W9a: Hash Tables
3/6 - W9b: Hash Tables
3/8 - W9c: Sorting
3/11 - W10a: Sorting
3/13 - W10b: Array-based Structures
END OF MATERIAL FOR FINAL EXAM
3/15 - W10c: College Reading Period
Final Exam: Complexity, Bases, Bitwise ops, Sorting, Heaps, Hash Tables