Skip to content

Instantly share code, notes, and snippets.

@ashwin
Created April 19, 2012 15:07
Show Gist options
  • Save ashwin/2421530 to your computer and use it in GitHub Desktop.
Save ashwin/2421530 to your computer and use it in GitHub Desktop.
Foo
for ( int x = i; x != s; x = next[x] )
{
// Use x here
// next[] might be updated here
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment