Skip to content

Instantly share code, notes, and snippets.

@balamark
Created June 6, 2015 01:26
Show Gist options
  • Select an option

  • Save balamark/8748c90e6740c17ee18c to your computer and use it in GitHub Desktop.

Select an option

Save balamark/8748c90e6740c17ee18c to your computer and use it in GitHub Desktop.
CF306 example
dfs(1,0);
dfs(x+1,tot+a[x]);
dfs(x+1,tot);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment