Skip to content

Instantly share code, notes, and snippets.

@PraveenMathew92
Last active August 15, 2020 19:26
Show Gist options
  • Save PraveenMathew92/852088123ee08f8ef20de71bbd8de834 to your computer and use it in GitHub Desktop.
Save PraveenMathew92/852088123ee08f8ef20de71bbd8de834 to your computer and use it in GitHub Desktop.
.--------------.---------------.---------------.
| t+1 | t+(k1+k2+2) | t+2(k1+k2+2) |
:--------------+---------------+---------------:
| t-(k1+k2) | t | t+(k1+k2+1) |
:--------------+---------------+---------------:
| t-2(k1+k2) | t-(k1+k2+1) | t-1 |
'--------------'---------------'---------------'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment