CS 152-2/3 Winter 2017

  • Home
  • Lectures
  • Assigns
  • Exams
  • Franklin
  • Advising

Winter 2017


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, Structs, and Iterators
Weeks 7 - 8: Trees, Iterators, Heaps, Encoding and Compression
Week 9: Hashing

Useful Links

  1. Syllabus
  2. Class Schedule
  3. Weeks 7 and 8 Assignment
  4. Week 9 Assignment

Resources

  1. vi: intro, command list
  2. Handy unix commands
  3. Compiling with clang
  4. Debugging with gdb
  5. Reading input with fgets
  6. Parsing input with strtok
  7. Arrays vs Pointers vs Strings
  8. Scripting tutorial
  9. Debugger Info (lldb, gdb)

© 2012 – 2015 ravichugh.net | stylesheet based on Resolved