Skip to content

Instantly share code, notes, and snippets.

@thecopy
Created March 6, 2015 13:04
Show Gist options
  • Save thecopy/721bd58df7343b69be1f to your computer and use it in GitHub Desktop.
Save thecopy/721bd58df7343b69be1f to your computer and use it in GitHub Desktop.
#! /bin/bash
for j in 10000000
do
for i in 1 8 32 128 512 2048 8192
do
echo "------- n = $j buckets = $i ----------"
./assignment3 $j $i
done
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment