Skip to content

Instantly share code, notes, and snippets.

@shahidul-brur
Last active January 13, 2019 09:22
Show Gist options
  • Save shahidul-brur/990bbec48e7858dddaf1633a49f7cf15 to your computer and use it in GitHub Desktop.
Save shahidul-brur/990bbec48e7858dddaf1633a49f7cf15 to your computer and use it in GitHub Desktop.
for(int i=1;i<=c;i++)
for(int j =23;j>=1;j--)
freq[i][j]+=freq[i][j+1];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment