ntuck@neu
3650
5335
Previous Semesters
Welcome
Fall 2020
CS3650 - Computer Systems
3650 notes
04 Syscalls and Structs
Lists
Linked Lists
Draw a linked list.
Describe insertion sort.
Talk about how that really wants a garbage collector and shared structure.
Write list-sort.c
Function Pointers
Show map.c