Skip to content

Instantly share code, notes, and snippets.

@awreece
Created August 24, 2012 20:26
Show Gist options
  • Save awreece/3455257 to your computer and use it in GitHub Desktop.
Save awreece/3455257 to your computer and use it in GitHub Desktop.
d := make([][]int, len(s)+1)
for i, _ := range d {
d[i] = make([]int, len(t)+1)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment