Skip to content

Instantly share code, notes, and snippets.

#include <iostream>
#include "exceptions.h"
#include "dll.h"
#include "stack.h"
#include "queue.h"
#include <sys/time.h>
using namespace std;
@Fauxil-Fox
Fauxil-Fox / things-to-know.md
Created December 7, 2019 07:46
CS 100/110 Exam Tips/Study Sheet

Some topics that I think are the trickiest:

  • Iterating a linked list
    • You can with a for loop, however, the simplest (in my opinion) is:
Node *current = head; // make a copy to preserve head
while (current != NULL) {
    // do stuff with current
}

Keybase proof

I hereby claim:

  • I am fauxil-fox on github.
  • I am fauxil_fox (https://keybase.io/fauxil_fox) on keybase.
  • I have a public key ASBFz9APCJu3AcJL-kvNyddg85HGYeEjDYPaZMJUmrtgPwo

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am fauxil-fox on github.
  • I am fauxil_fox (https://keybase.io/fauxil_fox) on keybase.
  • I have a public key ASDw8tJTpLLS42ogtIKBHbWYqZNcCJ0dpA_ZiWjD2NM1Fwo

To claim this, I am signing this object: