Didn't need these after all!

This commit is contained in:
Dan Buch 2012-05-05 08:47:56 -04:00
parent c1b25343ae
commit 852f338c83
2 changed files with 0 additions and 40 deletions

View File

@ -1,28 +0,0 @@
Average
BinarySearch
Cat
Counter
RandomSeq
Shuffle
StaticSETofInts
Whitelist
Vector
Date
Transaction
Point2D
Interval1D
Interval2D
ResizingArrayStack
Stack
ResizingArrayQueue
Queue
Bag
Stopwatch
ThreeSum
ThreeSumFast
DoublingTest
DoublingRatio
QuickFindUF
QuickUnionUF
WeightedQuickUnionUF
UF

View File

@ -1,12 +0,0 @@
#!/bin/bash
set -e
cd $(dirname $(readlink -f $0))
set -x
for n in $(cat chapter-01-files)
do
curl -O "http://algs4.cs.princeton.edu/11model/${n}.java"
chmod 444 "${n}.java"
done