Skip to content

Instantly share code, notes, and snippets.

@qddddr
Created October 24, 2013 07:48
Show Gist options
  • Save qddddr/7132925 to your computer and use it in GitHub Desktop.
Save qddddr/7132925 to your computer and use it in GitHub Desktop.
int main(void)
{
const int N = 10, n = 2;
enum_coprimes_with_stern_brocot_tree(N, 0, n, n, n);
cout << "--------------------" << endl;
enum_coprimes_with_reverse_euclid(N, n, n);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment