Skip to content

Instantly share code, notes, and snippets.

@sandeep-datta
Created December 3, 2020 16:51
Show Gist options
  • Save sandeep-datta/f9706238e7a65c0d6aad545fde533aae to your computer and use it in GitHub Desktop.
Save sandeep-datta/f9706238e7a65c0d6aad545fde533aae to your computer and use it in GitHub Desktop.
EpiJudge perf issue reproducer
#!/bin/bash
for i in {1..10}
do
make reverse_bits swap_bits count_bits parity
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment