Tag
Collections
š Sometimes I write down notes for an entire course, class or book. These are broken down into several posts.
Notes tagged: āCā
CS50 Week 0: Scratch
On binary, encoding, algorithms and more.
CS50 Week 1: C
On compiling C, data types and the C 'grammar'.
CS50 Week 2: Arrays
On arrays, strings (or are they?) and functions.
CS50 Week 3: Algorithms
On algorithms, Big O notation and other difficult stuff that I forgot the moment I learned š .
CS50 Week 4: Memory
Pointers, pointers, pointers!
CS50 Week 5: Data Structures
Arrays, linked lists, hash tables and tries.