Didn't need these after all!

cat-town
Dan Buch 13 years ago
parent c1b25343ae
commit 852f338c83

@ -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

@ -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
Loading…
Cancel
Save