Skip to content

Instantly share code, notes, and snippets.

@thecopy
Created March 6, 2015 13:04
#! /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