CS 152-3 W18 work
Home
Lectures
Assigns
Exams
Franklin
Advising
Winter 2018
Week 1: Printing, Functions, and Recursion
Week 2: Conditionals, Loops, and Recursion
Week 3: Arrays and Pointers
Week 4: Rock Climbing: Structs and Pointers
Week 5: Structs, Enumerated Types, and Linked Lists
Week 6: Trees
Weeks 7 - 8: Trees, Iterators, Heaps, Encoding and Compression
Week 9: Hashing
Useful Links
Syllabus
Class Schedule
Resources
vi:
intro
,
command list
Handy unix commands
Compiling with clang
Debugging with gdb
Reading input with fgets
Parsing input with strtok
Arrays vs Pointers vs Strings
Scripting tutorial
Debugger Info (lldb, gdb)