Skip to content

Instantly share code, notes, and snippets.

@ayato-p
Created December 4, 2012 11:00
Show Gist options
  • Save ayato-p/4202693 to your computer and use it in GitHub Desktop.
Save ayato-p/4202693 to your computer and use it in GitHub Desktop.
for(int i = 0; i<list.size(); i++){
}
for(int i = 0, n = list.size(); i<n; i++){
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment