Skip to content

Instantly share code, notes, and snippets.

@taylortrimble
Created October 1, 2012 01:59
Show Gist options
  • Save taylortrimble/3809038 to your computer and use it in GitHub Desktop.
Save taylortrimble/3809038 to your computer and use it in GitHub Desktop.
Spaghetti
for (int j = 0; j < node->numberOfDependants; ++j) {
++((&((*newNodes)[node->dependants[j]]))->numberOfPrerequisites);
}
@taylortrimble
Copy link
Author

Hahaha... :) Now it works. 😉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment