├── LICENSE.txt ├── README.md ├── Section 1.1 ├── Broken Necklace │ ├── beads.cpp │ ├── data.txt │ └── readme.md ├── Friday the Thirteenth │ ├── data.txt │ ├── friday.cpp │ └── readme.md ├── Greedy Gift Givers │ ├── data.txt │ ├── gift1.cpp │ └── readme.md └── Your Ride Is Here │ ├── data.txt │ ├── readme.md │ └── ride.cpp ├── Section 1.2 ├── Dual Palindromes │ ├── data.txt │ ├── dualpal.cpp │ └── readme.md ├── Milking Cows │ ├── data.txt │ ├── milk2.cpp │ └── readme.md ├── Name That Number │ ├── data.txt │ ├── dict.txt │ ├── namenum.cpp │ └── readme.md ├── Palindromic Squares │ ├── data.txt │ ├── palsquare.cpp │ └── readme.md └── Transformations │ ├── data.txt │ ├── readme.md │ └── transform.cpp ├── Section 1.3 ├── Barn Repair │ ├── barn1.cpp │ ├── data.txt │ └── readme.md ├── Combination Lock │ ├── combo.cpp │ ├── data.txt │ └── readme.md ├── Mixing Milk │ ├── data.txt │ ├── milk.cpp │ └── readme.md ├── Prime Cryptarithm │ ├── crypt1.cpp │ ├── data.txt │ └── readme.md ├── Ski Course Design │ ├── data.txt │ ├── readme.md │ └── skidesign.cpp └── Wormholes │ ├── data.txt │ ├── readme.md │ └── wormhole.cpp ├── Section 1.4 ├── Arithmetic Progressions │ ├── ariprog.cpp │ ├── data.txt │ └── readme.md └── Mother's Milk │ ├── data.txt │ ├── milk3.cpp │ └── readme.md ├── Section 1.5 ├── Number Triangles │ ├── data.txt │ ├── numtri.cpp │ └── readme.md ├── Prime Palindromes │ ├── data.txt │ ├── pprime.cpp │ └── readme.md └── Superprime Rib │ ├── data.txt │ ├── readme.md │ └── sprime.cpp ├── Section 2.1 ├── Hamming Codes │ ├── data.txt │ ├── hamming.cpp │ └── readme.md ├── Healthy Holsteins │ ├── data.txt │ ├── holstein.cpp │ └── readme.md ├── Ordered Fractions │ ├── data.txt │ ├── frac1.cpp │ └── readme.md ├── Sorting A Three-Valued Sequence │ ├── data.txt │ ├── readme.md │ └── sort3.cpp └── The Castle │ ├── castle.cpp │ ├── data.txt │ └── readme.md ├── Section 2.2 ├── Party Lamps │ ├── data.txt │ ├── lamps.cpp │ └── readme.md ├── Preface Numbering │ ├── data.txt │ ├── preface.cpp │ └── readme.md ├── Runaround Numbers │ ├── data.txt │ ├── readme.md │ └── runround.cpp └── Subset Sums │ ├── data.txt │ ├── readme.md │ └── subset.cpp ├── Section 2.3 ├── Controlling Companies │ ├── concom.cpp │ ├── data.txt │ └── readme.md ├── Cow Pedigrees │ ├── data.txt │ ├── nocows.cpp │ └── readme.md ├── Longest Prefix │ ├── data.txt │ ├── prefix.cpp │ └── readme.md ├── Money Systems │ ├── data.txt │ ├── money.cpp │ └── readme.md └── Zero Sum │ ├── data.txt │ ├── readme.md │ └── zerosum.cpp ├── Section 2.4 ├── Bessie Come Home │ ├── comehome.cpp │ ├── data.txt │ └── readme.md ├── Cow Tours │ ├── cowtour.cpp │ ├── data.txt │ └── readme.md ├── Fractions to Decimals │ ├── data.txt │ ├── fracdec.cpp │ └── readme.md ├── Overfencing │ ├── data.txt │ ├── maze1.cpp │ └── readme.md └── The Tamworth Two │ ├── data.txt │ ├── readme.md │ └── ttwo.cpp ├── Section 3.1 ├── Agri-Net │ ├── agrinet.cpp │ ├── data.txt │ └── readme.md ├── Contact │ ├── contact.cpp │ ├── data.txt │ └── readme.md ├── Humble Numbers │ ├── data.txt │ ├── humble.cpp │ └── readme.md ├── Score Inflation │ ├── data.txt │ ├── inflate.cpp │ └── readme.md └── Stamps │ ├── data.txt │ ├── readme.md │ └── stamps.cpp ├── Section 3.2 ├── Factorials │ ├── data.txt │ ├── fact4.cpp │ └── readme.md ├── Feed Ratios │ ├── data.txt │ ├── ratios.cpp │ └── readme.md ├── Magic Squares │ ├── data.txt │ ├── msquare.cpp │ └── readme.md ├── Spinning Wheels │ ├── data.txt │ ├── readme.md │ └── spin.cpp ├── Stringsobits │ ├── data.txt │ ├── kimbits.cpp │ └── readme.md └── Sweet Butter │ ├── butter.cpp │ ├── data.txt │ └── readme.md ├── Section 3.3 ├── A Game │ ├── data.txt │ ├── game1.cpp │ └── readme.md ├── Camelot │ ├── camelot.cpp │ ├── data.txt │ └── readme.md ├── Home on the Range │ ├── data.txt │ ├── range.cpp │ └── readme.md ├── Riding The Fences │ ├── data.txt │ ├── fence.cpp │ └── readme.md └── Shopping Offers │ ├── data.txt │ ├── readme.md │ └── shopping.cpp ├── Section 3.4 ├── American Heritage │ ├── data.txt │ ├── heritage.cpp │ └── readme.md ├── Electric Fence │ ├── data.txt │ ├── fence9.cpp │ └── readme.md └── Raucous Rockers │ ├── data.txt │ ├── readme.md │ └── rockers.cpp ├── Section 4.1 ├── Beef McNuggets │ ├── data.txt │ ├── nuggets.cpp │ └── readme.md └── Fence Loops │ ├── data.txt │ ├── fence6.cpp │ └── readme.md ├── Section 4.2 ├── Drainage Ditches │ ├── data.txt │ ├── ditch.cpp │ └── readme.md ├── Job Processing │ ├── data.txt │ ├── job.cpp │ └── readme.md └── The Perfect Stall │ ├── data.txt │ ├── readme.md │ └── stall4.cpp ├── Section 4.3 ├── Buy Low, Buy Lower │ ├── buylow.cpp │ ├── data.txt │ └── readme.md ├── Letter Game │ ├── data.txt │ ├── lgame.cpp │ ├── lgame.dict │ └── readme.md └── Street Race │ ├── data.txt │ ├── race3.cpp │ └── readme.md ├── Section 4.4 ├── Frame Up │ ├── data.txt │ ├── frameup.cpp │ └── readme.md ├── Pollutant Control │ ├── data.txt │ ├── milk6.cpp │ └── readme.md └── Shuttle Puzzle │ ├── data.txt │ ├── readme.md │ └── shuttle.cpp ├── Section 5.1 ├── Fencing the Cows │ ├── data.txt │ ├── fc.cpp │ └── readme.md ├── Musical Themes │ ├── data.txt │ ├── readme.md │ └── theme.cpp └── Starry Night │ ├── data.txt │ ├── readme.md │ └── starry.cpp ├── Section 5.2 └── Snail Trails │ ├── data.txt │ ├── readme.md │ └── snail.cpp ├── Section 5.3 ├── Big Barn │ ├── bigbrn.cpp │ ├── data.txt │ └── readme.md ├── Milk Measuring │ ├── data.txt │ ├── milk4.cpp │ └── readme.md ├── Network of Schools │ ├── data.txt │ ├── readme.md │ └── schlnet.cpp └── Window Area │ ├── data.txt │ ├── readme.md │ └── window.cpp ├── Section 5.4 ├── Canada Tour │ ├── data.txt │ ├── readme.md │ └── tour.cpp ├── Character Recognition │ ├── charrec.cpp │ ├── data.txt │ ├── font.in │ └── readme.md └── TeleCowmunication │ ├── data.txt │ ├── readme.md │ └── telecow.cpp ├── Section 5.5 ├── Hidden Passwords │ ├── data.txt │ ├── hidden.cpp │ └── readme.md ├── Picture │ ├── data.txt │ ├── picture.cpp │ └── readme.md └── Two Five │ ├── data.txt │ ├── readme.md │ └── twofive.cpp ├── Section 6.1 ├── A Rectangular Barn │ ├── data.txt │ ├── readme.md │ └── rectbarn.cpp ├── Cow XOR │ ├── cowxor.cpp │ ├── data.txt │ └── readme.md └── Postal Vans │ ├── data.txt │ ├── readme.md │ └── vans.cpp ├── Section 6.2 ├── Calf Flac │ ├── calfflac.cpp │ ├── data.txt │ └── readme.md ├── Packing Rectangles │ ├── data.txt │ ├── packrec.cpp │ └── readme.md └── Shaping Regions │ ├── data.txt │ ├── readme.md │ └── rect1.cpp ├── Section 6.3 ├── Cowcycles │ ├── cowcycle.cpp │ ├── data.txt │ └── readme.md ├── Cryptcowgraphy │ ├── cryptcow.cpp │ ├── data.txt │ └── readme.md └── Fence Rails │ ├── data.txt │ ├── fence8.cpp │ └── readme.md ├── Section 6.4 ├── Electric Fences │ ├── data.txt │ ├── fence3.cpp │ └── readme.md ├── The Primes │ ├── data.txt │ ├── prime3.cpp │ └── readme.md └── Wisconsin Squares │ ├── data.txt │ ├── readme.md │ └── wissqu.cpp ├── Section 6.5 ├── All Latin Squares │ ├── data.txt │ ├── latin.cpp │ └── readme.md ├── Betsy's Tour │ ├── betsy.cpp │ ├── data.txt │ └── readme.md ├── Checker Challenge │ ├── checker.cpp │ ├── data.txt │ └── readme.md ├── Closed Fences │ ├── data.txt │ ├── fence4.cpp │ └── readme.md └── The Clocks │ ├── clocks.cpp │ ├── data.txt │ └── readme.md └── images ├── camelot-1.gif ├── camelot-2.gif ├── camelot-3.gif ├── cow1.jpg ├── cowhead2.gif ├── job.gif ├── lgame.gif ├── pack.gif ├── picture-1.gif ├── picture-2.gif ├── postal-1.gif ├── postal-2.gif ├── postal-3.gif ├── race.gif ├── starry-1.gif ├── starry-2.gif └── starry-3.gif /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/README.md -------------------------------------------------------------------------------- /Section 1.1/Broken Necklace/beads.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 1.1/Broken Necklace/beads.cpp -------------------------------------------------------------------------------- /Section 1.1/Broken Necklace/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 1.1/Broken Necklace/data.txt -------------------------------------------------------------------------------- /Section 1.1/Broken Necklace/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 1.1/Broken Necklace/readme.md -------------------------------------------------------------------------------- /Section 1.1/Friday the Thirteenth/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 1.1/Friday the Thirteenth/data.txt -------------------------------------------------------------------------------- /Section 1.1/Friday the Thirteenth/friday.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 1.1/Friday the Thirteenth/friday.cpp -------------------------------------------------------------------------------- /Section 1.1/Friday the Thirteenth/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 1.1/Friday the Thirteenth/readme.md -------------------------------------------------------------------------------- /Section 1.1/Greedy Gift Givers/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 1.1/Greedy Gift Givers/data.txt -------------------------------------------------------------------------------- /Section 1.1/Greedy Gift Givers/gift1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 1.1/Greedy Gift Givers/gift1.cpp -------------------------------------------------------------------------------- /Section 1.1/Greedy Gift Givers/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 1.1/Greedy Gift Givers/readme.md -------------------------------------------------------------------------------- /Section 1.1/Your Ride Is Here/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 1.1/Your Ride Is Here/data.txt -------------------------------------------------------------------------------- /Section 1.1/Your Ride Is Here/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 1.1/Your Ride Is Here/readme.md -------------------------------------------------------------------------------- /Section 1.1/Your Ride Is Here/ride.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 1.1/Your Ride Is Here/ride.cpp -------------------------------------------------------------------------------- /Section 1.2/Dual Palindromes/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 1.2/Dual Palindromes/data.txt -------------------------------------------------------------------------------- /Section 1.2/Dual Palindromes/dualpal.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 1.2/Dual Palindromes/dualpal.cpp -------------------------------------------------------------------------------- /Section 1.2/Dual Palindromes/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 1.2/Dual Palindromes/readme.md -------------------------------------------------------------------------------- /Section 1.2/Milking Cows/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 1.2/Milking Cows/data.txt -------------------------------------------------------------------------------- /Section 1.2/Milking Cows/milk2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 1.2/Milking Cows/milk2.cpp -------------------------------------------------------------------------------- /Section 1.2/Milking Cows/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 1.2/Milking Cows/readme.md -------------------------------------------------------------------------------- /Section 1.2/Name That Number/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 1.2/Name That Number/data.txt -------------------------------------------------------------------------------- /Section 1.2/Name That Number/dict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 1.2/Name That Number/dict.txt -------------------------------------------------------------------------------- /Section 1.2/Name That Number/namenum.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 1.2/Name That Number/namenum.cpp -------------------------------------------------------------------------------- /Section 1.2/Name That Number/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 1.2/Name That Number/readme.md -------------------------------------------------------------------------------- /Section 1.2/Palindromic Squares/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 1.2/Palindromic Squares/data.txt -------------------------------------------------------------------------------- /Section 1.2/Palindromic Squares/palsquare.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 1.2/Palindromic Squares/palsquare.cpp -------------------------------------------------------------------------------- /Section 1.2/Palindromic Squares/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 1.2/Palindromic Squares/readme.md -------------------------------------------------------------------------------- /Section 1.2/Transformations/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 1.2/Transformations/data.txt -------------------------------------------------------------------------------- /Section 1.2/Transformations/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 1.2/Transformations/readme.md -------------------------------------------------------------------------------- /Section 1.2/Transformations/transform.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 1.2/Transformations/transform.cpp -------------------------------------------------------------------------------- /Section 1.3/Barn Repair/barn1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 1.3/Barn Repair/barn1.cpp -------------------------------------------------------------------------------- /Section 1.3/Barn Repair/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 1.3/Barn Repair/data.txt -------------------------------------------------------------------------------- /Section 1.3/Barn Repair/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 1.3/Barn Repair/readme.md -------------------------------------------------------------------------------- /Section 1.3/Combination Lock/combo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 1.3/Combination Lock/combo.cpp -------------------------------------------------------------------------------- /Section 1.3/Combination Lock/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 1.3/Combination Lock/data.txt -------------------------------------------------------------------------------- /Section 1.3/Combination Lock/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 1.3/Combination Lock/readme.md -------------------------------------------------------------------------------- /Section 1.3/Mixing Milk/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 1.3/Mixing Milk/data.txt -------------------------------------------------------------------------------- /Section 1.3/Mixing Milk/milk.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 1.3/Mixing Milk/milk.cpp -------------------------------------------------------------------------------- /Section 1.3/Mixing Milk/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 1.3/Mixing Milk/readme.md -------------------------------------------------------------------------------- /Section 1.3/Prime Cryptarithm/crypt1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 1.3/Prime Cryptarithm/crypt1.cpp -------------------------------------------------------------------------------- /Section 1.3/Prime Cryptarithm/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 1.3/Prime Cryptarithm/data.txt -------------------------------------------------------------------------------- /Section 1.3/Prime Cryptarithm/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 1.3/Prime Cryptarithm/readme.md -------------------------------------------------------------------------------- /Section 1.3/Ski Course Design/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 1.3/Ski Course Design/data.txt -------------------------------------------------------------------------------- /Section 1.3/Ski Course Design/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 1.3/Ski Course Design/readme.md -------------------------------------------------------------------------------- /Section 1.3/Ski Course Design/skidesign.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 1.3/Ski Course Design/skidesign.cpp -------------------------------------------------------------------------------- /Section 1.3/Wormholes/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 1.3/Wormholes/data.txt -------------------------------------------------------------------------------- /Section 1.3/Wormholes/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 1.3/Wormholes/readme.md -------------------------------------------------------------------------------- /Section 1.3/Wormholes/wormhole.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 1.3/Wormholes/wormhole.cpp -------------------------------------------------------------------------------- /Section 1.4/Arithmetic Progressions/ariprog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 1.4/Arithmetic Progressions/ariprog.cpp -------------------------------------------------------------------------------- /Section 1.4/Arithmetic Progressions/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 1.4/Arithmetic Progressions/data.txt -------------------------------------------------------------------------------- /Section 1.4/Arithmetic Progressions/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 1.4/Arithmetic Progressions/readme.md -------------------------------------------------------------------------------- /Section 1.4/Mother's Milk/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 1.4/Mother's Milk/data.txt -------------------------------------------------------------------------------- /Section 1.4/Mother's Milk/milk3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 1.4/Mother's Milk/milk3.cpp -------------------------------------------------------------------------------- /Section 1.4/Mother's Milk/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 1.4/Mother's Milk/readme.md -------------------------------------------------------------------------------- /Section 1.5/Number Triangles/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 1.5/Number Triangles/data.txt -------------------------------------------------------------------------------- /Section 1.5/Number Triangles/numtri.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 1.5/Number Triangles/numtri.cpp -------------------------------------------------------------------------------- /Section 1.5/Number Triangles/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 1.5/Number Triangles/readme.md -------------------------------------------------------------------------------- /Section 1.5/Prime Palindromes/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 1.5/Prime Palindromes/data.txt -------------------------------------------------------------------------------- /Section 1.5/Prime Palindromes/pprime.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 1.5/Prime Palindromes/pprime.cpp -------------------------------------------------------------------------------- /Section 1.5/Prime Palindromes/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 1.5/Prime Palindromes/readme.md -------------------------------------------------------------------------------- /Section 1.5/Superprime Rib/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 1.5/Superprime Rib/data.txt -------------------------------------------------------------------------------- /Section 1.5/Superprime Rib/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 1.5/Superprime Rib/readme.md -------------------------------------------------------------------------------- /Section 1.5/Superprime Rib/sprime.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 1.5/Superprime Rib/sprime.cpp -------------------------------------------------------------------------------- /Section 2.1/Hamming Codes/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 2.1/Hamming Codes/data.txt -------------------------------------------------------------------------------- /Section 2.1/Hamming Codes/hamming.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 2.1/Hamming Codes/hamming.cpp -------------------------------------------------------------------------------- /Section 2.1/Hamming Codes/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 2.1/Hamming Codes/readme.md -------------------------------------------------------------------------------- /Section 2.1/Healthy Holsteins/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 2.1/Healthy Holsteins/data.txt -------------------------------------------------------------------------------- /Section 2.1/Healthy Holsteins/holstein.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 2.1/Healthy Holsteins/holstein.cpp -------------------------------------------------------------------------------- /Section 2.1/Healthy Holsteins/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 2.1/Healthy Holsteins/readme.md -------------------------------------------------------------------------------- /Section 2.1/Ordered Fractions/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 2.1/Ordered Fractions/data.txt -------------------------------------------------------------------------------- /Section 2.1/Ordered Fractions/frac1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 2.1/Ordered Fractions/frac1.cpp -------------------------------------------------------------------------------- /Section 2.1/Ordered Fractions/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 2.1/Ordered Fractions/readme.md -------------------------------------------------------------------------------- /Section 2.1/Sorting A Three-Valued Sequence/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 2.1/Sorting A Three-Valued Sequence/data.txt -------------------------------------------------------------------------------- /Section 2.1/Sorting A Three-Valued Sequence/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 2.1/Sorting A Three-Valued Sequence/readme.md -------------------------------------------------------------------------------- /Section 2.1/Sorting A Three-Valued Sequence/sort3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 2.1/Sorting A Three-Valued Sequence/sort3.cpp -------------------------------------------------------------------------------- /Section 2.1/The Castle/castle.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 2.1/The Castle/castle.cpp -------------------------------------------------------------------------------- /Section 2.1/The Castle/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 2.1/The Castle/data.txt -------------------------------------------------------------------------------- /Section 2.1/The Castle/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 2.1/The Castle/readme.md -------------------------------------------------------------------------------- /Section 2.2/Party Lamps/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 2.2/Party Lamps/data.txt -------------------------------------------------------------------------------- /Section 2.2/Party Lamps/lamps.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 2.2/Party Lamps/lamps.cpp -------------------------------------------------------------------------------- /Section 2.2/Party Lamps/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 2.2/Party Lamps/readme.md -------------------------------------------------------------------------------- /Section 2.2/Preface Numbering/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 2.2/Preface Numbering/data.txt -------------------------------------------------------------------------------- /Section 2.2/Preface Numbering/preface.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 2.2/Preface Numbering/preface.cpp -------------------------------------------------------------------------------- /Section 2.2/Preface Numbering/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 2.2/Preface Numbering/readme.md -------------------------------------------------------------------------------- /Section 2.2/Runaround Numbers/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 2.2/Runaround Numbers/data.txt -------------------------------------------------------------------------------- /Section 2.2/Runaround Numbers/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 2.2/Runaround Numbers/readme.md -------------------------------------------------------------------------------- /Section 2.2/Runaround Numbers/runround.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 2.2/Runaround Numbers/runround.cpp -------------------------------------------------------------------------------- /Section 2.2/Subset Sums/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 2.2/Subset Sums/data.txt -------------------------------------------------------------------------------- /Section 2.2/Subset Sums/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 2.2/Subset Sums/readme.md -------------------------------------------------------------------------------- /Section 2.2/Subset Sums/subset.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 2.2/Subset Sums/subset.cpp -------------------------------------------------------------------------------- /Section 2.3/Controlling Companies/concom.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 2.3/Controlling Companies/concom.cpp -------------------------------------------------------------------------------- /Section 2.3/Controlling Companies/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 2.3/Controlling Companies/data.txt -------------------------------------------------------------------------------- /Section 2.3/Controlling Companies/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 2.3/Controlling Companies/readme.md -------------------------------------------------------------------------------- /Section 2.3/Cow Pedigrees/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 2.3/Cow Pedigrees/data.txt -------------------------------------------------------------------------------- /Section 2.3/Cow Pedigrees/nocows.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 2.3/Cow Pedigrees/nocows.cpp -------------------------------------------------------------------------------- /Section 2.3/Cow Pedigrees/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 2.3/Cow Pedigrees/readme.md -------------------------------------------------------------------------------- /Section 2.3/Longest Prefix/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 2.3/Longest Prefix/data.txt -------------------------------------------------------------------------------- /Section 2.3/Longest Prefix/prefix.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 2.3/Longest Prefix/prefix.cpp -------------------------------------------------------------------------------- /Section 2.3/Longest Prefix/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 2.3/Longest Prefix/readme.md -------------------------------------------------------------------------------- /Section 2.3/Money Systems/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 2.3/Money Systems/data.txt -------------------------------------------------------------------------------- /Section 2.3/Money Systems/money.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 2.3/Money Systems/money.cpp -------------------------------------------------------------------------------- /Section 2.3/Money Systems/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 2.3/Money Systems/readme.md -------------------------------------------------------------------------------- /Section 2.3/Zero Sum/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 2.3/Zero Sum/data.txt -------------------------------------------------------------------------------- /Section 2.3/Zero Sum/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 2.3/Zero Sum/readme.md -------------------------------------------------------------------------------- /Section 2.3/Zero Sum/zerosum.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 2.3/Zero Sum/zerosum.cpp -------------------------------------------------------------------------------- /Section 2.4/Bessie Come Home/comehome.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 2.4/Bessie Come Home/comehome.cpp -------------------------------------------------------------------------------- /Section 2.4/Bessie Come Home/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 2.4/Bessie Come Home/data.txt -------------------------------------------------------------------------------- /Section 2.4/Bessie Come Home/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 2.4/Bessie Come Home/readme.md -------------------------------------------------------------------------------- /Section 2.4/Cow Tours/cowtour.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 2.4/Cow Tours/cowtour.cpp -------------------------------------------------------------------------------- /Section 2.4/Cow Tours/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 2.4/Cow Tours/data.txt -------------------------------------------------------------------------------- /Section 2.4/Cow Tours/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 2.4/Cow Tours/readme.md -------------------------------------------------------------------------------- /Section 2.4/Fractions to Decimals/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 2.4/Fractions to Decimals/data.txt -------------------------------------------------------------------------------- /Section 2.4/Fractions to Decimals/fracdec.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 2.4/Fractions to Decimals/fracdec.cpp -------------------------------------------------------------------------------- /Section 2.4/Fractions to Decimals/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 2.4/Fractions to Decimals/readme.md -------------------------------------------------------------------------------- /Section 2.4/Overfencing/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 2.4/Overfencing/data.txt -------------------------------------------------------------------------------- /Section 2.4/Overfencing/maze1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 2.4/Overfencing/maze1.cpp -------------------------------------------------------------------------------- /Section 2.4/Overfencing/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 2.4/Overfencing/readme.md -------------------------------------------------------------------------------- /Section 2.4/The Tamworth Two/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 2.4/The Tamworth Two/data.txt -------------------------------------------------------------------------------- /Section 2.4/The Tamworth Two/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 2.4/The Tamworth Two/readme.md -------------------------------------------------------------------------------- /Section 2.4/The Tamworth Two/ttwo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 2.4/The Tamworth Two/ttwo.cpp -------------------------------------------------------------------------------- /Section 3.1/Agri-Net/agrinet.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 3.1/Agri-Net/agrinet.cpp -------------------------------------------------------------------------------- /Section 3.1/Agri-Net/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 3.1/Agri-Net/data.txt -------------------------------------------------------------------------------- /Section 3.1/Agri-Net/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 3.1/Agri-Net/readme.md -------------------------------------------------------------------------------- /Section 3.1/Contact/contact.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 3.1/Contact/contact.cpp -------------------------------------------------------------------------------- /Section 3.1/Contact/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 3.1/Contact/data.txt -------------------------------------------------------------------------------- /Section 3.1/Contact/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 3.1/Contact/readme.md -------------------------------------------------------------------------------- /Section 3.1/Humble Numbers/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 3.1/Humble Numbers/data.txt -------------------------------------------------------------------------------- /Section 3.1/Humble Numbers/humble.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 3.1/Humble Numbers/humble.cpp -------------------------------------------------------------------------------- /Section 3.1/Humble Numbers/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 3.1/Humble Numbers/readme.md -------------------------------------------------------------------------------- /Section 3.1/Score Inflation/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 3.1/Score Inflation/data.txt -------------------------------------------------------------------------------- /Section 3.1/Score Inflation/inflate.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 3.1/Score Inflation/inflate.cpp -------------------------------------------------------------------------------- /Section 3.1/Score Inflation/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 3.1/Score Inflation/readme.md -------------------------------------------------------------------------------- /Section 3.1/Stamps/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 3.1/Stamps/data.txt -------------------------------------------------------------------------------- /Section 3.1/Stamps/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 3.1/Stamps/readme.md -------------------------------------------------------------------------------- /Section 3.1/Stamps/stamps.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 3.1/Stamps/stamps.cpp -------------------------------------------------------------------------------- /Section 3.2/Factorials/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 3.2/Factorials/data.txt -------------------------------------------------------------------------------- /Section 3.2/Factorials/fact4.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 3.2/Factorials/fact4.cpp -------------------------------------------------------------------------------- /Section 3.2/Factorials/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 3.2/Factorials/readme.md -------------------------------------------------------------------------------- /Section 3.2/Feed Ratios/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 3.2/Feed Ratios/data.txt -------------------------------------------------------------------------------- /Section 3.2/Feed Ratios/ratios.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 3.2/Feed Ratios/ratios.cpp -------------------------------------------------------------------------------- /Section 3.2/Feed Ratios/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 3.2/Feed Ratios/readme.md -------------------------------------------------------------------------------- /Section 3.2/Magic Squares/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 3.2/Magic Squares/data.txt -------------------------------------------------------------------------------- /Section 3.2/Magic Squares/msquare.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 3.2/Magic Squares/msquare.cpp -------------------------------------------------------------------------------- /Section 3.2/Magic Squares/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 3.2/Magic Squares/readme.md -------------------------------------------------------------------------------- /Section 3.2/Spinning Wheels/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 3.2/Spinning Wheels/data.txt -------------------------------------------------------------------------------- /Section 3.2/Spinning Wheels/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 3.2/Spinning Wheels/readme.md -------------------------------------------------------------------------------- /Section 3.2/Spinning Wheels/spin.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 3.2/Spinning Wheels/spin.cpp -------------------------------------------------------------------------------- /Section 3.2/Stringsobits/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 3.2/Stringsobits/data.txt -------------------------------------------------------------------------------- /Section 3.2/Stringsobits/kimbits.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 3.2/Stringsobits/kimbits.cpp -------------------------------------------------------------------------------- /Section 3.2/Stringsobits/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 3.2/Stringsobits/readme.md -------------------------------------------------------------------------------- /Section 3.2/Sweet Butter/butter.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 3.2/Sweet Butter/butter.cpp -------------------------------------------------------------------------------- /Section 3.2/Sweet Butter/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 3.2/Sweet Butter/data.txt -------------------------------------------------------------------------------- /Section 3.2/Sweet Butter/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 3.2/Sweet Butter/readme.md -------------------------------------------------------------------------------- /Section 3.3/A Game/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 3.3/A Game/data.txt -------------------------------------------------------------------------------- /Section 3.3/A Game/game1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 3.3/A Game/game1.cpp -------------------------------------------------------------------------------- /Section 3.3/A Game/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 3.3/A Game/readme.md -------------------------------------------------------------------------------- /Section 3.3/Camelot/camelot.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 3.3/Camelot/camelot.cpp -------------------------------------------------------------------------------- /Section 3.3/Camelot/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 3.3/Camelot/data.txt -------------------------------------------------------------------------------- /Section 3.3/Camelot/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 3.3/Camelot/readme.md -------------------------------------------------------------------------------- /Section 3.3/Home on the Range/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 3.3/Home on the Range/data.txt -------------------------------------------------------------------------------- /Section 3.3/Home on the Range/range.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 3.3/Home on the Range/range.cpp -------------------------------------------------------------------------------- /Section 3.3/Home on the Range/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 3.3/Home on the Range/readme.md -------------------------------------------------------------------------------- /Section 3.3/Riding The Fences/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 3.3/Riding The Fences/data.txt -------------------------------------------------------------------------------- /Section 3.3/Riding The Fences/fence.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 3.3/Riding The Fences/fence.cpp -------------------------------------------------------------------------------- /Section 3.3/Riding The Fences/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 3.3/Riding The Fences/readme.md -------------------------------------------------------------------------------- /Section 3.3/Shopping Offers/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 3.3/Shopping Offers/data.txt -------------------------------------------------------------------------------- /Section 3.3/Shopping Offers/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 3.3/Shopping Offers/readme.md -------------------------------------------------------------------------------- /Section 3.3/Shopping Offers/shopping.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 3.3/Shopping Offers/shopping.cpp -------------------------------------------------------------------------------- /Section 3.4/American Heritage/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 3.4/American Heritage/data.txt -------------------------------------------------------------------------------- /Section 3.4/American Heritage/heritage.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 3.4/American Heritage/heritage.cpp -------------------------------------------------------------------------------- /Section 3.4/American Heritage/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 3.4/American Heritage/readme.md -------------------------------------------------------------------------------- /Section 3.4/Electric Fence/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 3.4/Electric Fence/data.txt -------------------------------------------------------------------------------- /Section 3.4/Electric Fence/fence9.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 3.4/Electric Fence/fence9.cpp -------------------------------------------------------------------------------- /Section 3.4/Electric Fence/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 3.4/Electric Fence/readme.md -------------------------------------------------------------------------------- /Section 3.4/Raucous Rockers/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 3.4/Raucous Rockers/data.txt -------------------------------------------------------------------------------- /Section 3.4/Raucous Rockers/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 3.4/Raucous Rockers/readme.md -------------------------------------------------------------------------------- /Section 3.4/Raucous Rockers/rockers.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 3.4/Raucous Rockers/rockers.cpp -------------------------------------------------------------------------------- /Section 4.1/Beef McNuggets/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 4.1/Beef McNuggets/data.txt -------------------------------------------------------------------------------- /Section 4.1/Beef McNuggets/nuggets.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 4.1/Beef McNuggets/nuggets.cpp -------------------------------------------------------------------------------- /Section 4.1/Beef McNuggets/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 4.1/Beef McNuggets/readme.md -------------------------------------------------------------------------------- /Section 4.1/Fence Loops/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 4.1/Fence Loops/data.txt -------------------------------------------------------------------------------- /Section 4.1/Fence Loops/fence6.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 4.1/Fence Loops/fence6.cpp -------------------------------------------------------------------------------- /Section 4.1/Fence Loops/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 4.1/Fence Loops/readme.md -------------------------------------------------------------------------------- /Section 4.2/Drainage Ditches/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 4.2/Drainage Ditches/data.txt -------------------------------------------------------------------------------- /Section 4.2/Drainage Ditches/ditch.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 4.2/Drainage Ditches/ditch.cpp -------------------------------------------------------------------------------- /Section 4.2/Drainage Ditches/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 4.2/Drainage Ditches/readme.md -------------------------------------------------------------------------------- /Section 4.2/Job Processing/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 4.2/Job Processing/data.txt -------------------------------------------------------------------------------- /Section 4.2/Job Processing/job.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 4.2/Job Processing/job.cpp -------------------------------------------------------------------------------- /Section 4.2/Job Processing/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 4.2/Job Processing/readme.md -------------------------------------------------------------------------------- /Section 4.2/The Perfect Stall/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 4.2/The Perfect Stall/data.txt -------------------------------------------------------------------------------- /Section 4.2/The Perfect Stall/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 4.2/The Perfect Stall/readme.md -------------------------------------------------------------------------------- /Section 4.2/The Perfect Stall/stall4.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 4.2/The Perfect Stall/stall4.cpp -------------------------------------------------------------------------------- /Section 4.3/Buy Low, Buy Lower/buylow.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 4.3/Buy Low, Buy Lower/buylow.cpp -------------------------------------------------------------------------------- /Section 4.3/Buy Low, Buy Lower/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 4.3/Buy Low, Buy Lower/data.txt -------------------------------------------------------------------------------- /Section 4.3/Buy Low, Buy Lower/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 4.3/Buy Low, Buy Lower/readme.md -------------------------------------------------------------------------------- /Section 4.3/Letter Game/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 4.3/Letter Game/data.txt -------------------------------------------------------------------------------- /Section 4.3/Letter Game/lgame.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 4.3/Letter Game/lgame.cpp -------------------------------------------------------------------------------- /Section 4.3/Letter Game/lgame.dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 4.3/Letter Game/lgame.dict -------------------------------------------------------------------------------- /Section 4.3/Letter Game/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 4.3/Letter Game/readme.md -------------------------------------------------------------------------------- /Section 4.3/Street Race/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 4.3/Street Race/data.txt -------------------------------------------------------------------------------- /Section 4.3/Street Race/race3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 4.3/Street Race/race3.cpp -------------------------------------------------------------------------------- /Section 4.3/Street Race/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 4.3/Street Race/readme.md -------------------------------------------------------------------------------- /Section 4.4/Frame Up/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 4.4/Frame Up/data.txt -------------------------------------------------------------------------------- /Section 4.4/Frame Up/frameup.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 4.4/Frame Up/frameup.cpp -------------------------------------------------------------------------------- /Section 4.4/Frame Up/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 4.4/Frame Up/readme.md -------------------------------------------------------------------------------- /Section 4.4/Pollutant Control/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 4.4/Pollutant Control/data.txt -------------------------------------------------------------------------------- /Section 4.4/Pollutant Control/milk6.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 4.4/Pollutant Control/milk6.cpp -------------------------------------------------------------------------------- /Section 4.4/Pollutant Control/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 4.4/Pollutant Control/readme.md -------------------------------------------------------------------------------- /Section 4.4/Shuttle Puzzle/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 4.4/Shuttle Puzzle/data.txt -------------------------------------------------------------------------------- /Section 4.4/Shuttle Puzzle/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 4.4/Shuttle Puzzle/readme.md -------------------------------------------------------------------------------- /Section 4.4/Shuttle Puzzle/shuttle.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 4.4/Shuttle Puzzle/shuttle.cpp -------------------------------------------------------------------------------- /Section 5.1/Fencing the Cows/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 5.1/Fencing the Cows/data.txt -------------------------------------------------------------------------------- /Section 5.1/Fencing the Cows/fc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 5.1/Fencing the Cows/fc.cpp -------------------------------------------------------------------------------- /Section 5.1/Fencing the Cows/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 5.1/Fencing the Cows/readme.md -------------------------------------------------------------------------------- /Section 5.1/Musical Themes/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 5.1/Musical Themes/data.txt -------------------------------------------------------------------------------- /Section 5.1/Musical Themes/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 5.1/Musical Themes/readme.md -------------------------------------------------------------------------------- /Section 5.1/Musical Themes/theme.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 5.1/Musical Themes/theme.cpp -------------------------------------------------------------------------------- /Section 5.1/Starry Night/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 5.1/Starry Night/data.txt -------------------------------------------------------------------------------- /Section 5.1/Starry Night/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 5.1/Starry Night/readme.md -------------------------------------------------------------------------------- /Section 5.1/Starry Night/starry.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 5.1/Starry Night/starry.cpp -------------------------------------------------------------------------------- /Section 5.2/Snail Trails/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 5.2/Snail Trails/data.txt -------------------------------------------------------------------------------- /Section 5.2/Snail Trails/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 5.2/Snail Trails/readme.md -------------------------------------------------------------------------------- /Section 5.2/Snail Trails/snail.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 5.2/Snail Trails/snail.cpp -------------------------------------------------------------------------------- /Section 5.3/Big Barn/bigbrn.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 5.3/Big Barn/bigbrn.cpp -------------------------------------------------------------------------------- /Section 5.3/Big Barn/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 5.3/Big Barn/data.txt -------------------------------------------------------------------------------- /Section 5.3/Big Barn/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 5.3/Big Barn/readme.md -------------------------------------------------------------------------------- /Section 5.3/Milk Measuring/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 5.3/Milk Measuring/data.txt -------------------------------------------------------------------------------- /Section 5.3/Milk Measuring/milk4.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 5.3/Milk Measuring/milk4.cpp -------------------------------------------------------------------------------- /Section 5.3/Milk Measuring/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 5.3/Milk Measuring/readme.md -------------------------------------------------------------------------------- /Section 5.3/Network of Schools/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 5.3/Network of Schools/data.txt -------------------------------------------------------------------------------- /Section 5.3/Network of Schools/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 5.3/Network of Schools/readme.md -------------------------------------------------------------------------------- /Section 5.3/Network of Schools/schlnet.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 5.3/Network of Schools/schlnet.cpp -------------------------------------------------------------------------------- /Section 5.3/Window Area/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 5.3/Window Area/data.txt -------------------------------------------------------------------------------- /Section 5.3/Window Area/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 5.3/Window Area/readme.md -------------------------------------------------------------------------------- /Section 5.3/Window Area/window.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 5.3/Window Area/window.cpp -------------------------------------------------------------------------------- /Section 5.4/Canada Tour/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 5.4/Canada Tour/data.txt -------------------------------------------------------------------------------- /Section 5.4/Canada Tour/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 5.4/Canada Tour/readme.md -------------------------------------------------------------------------------- /Section 5.4/Canada Tour/tour.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 5.4/Canada Tour/tour.cpp -------------------------------------------------------------------------------- /Section 5.4/Character Recognition/charrec.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 5.4/Character Recognition/charrec.cpp -------------------------------------------------------------------------------- /Section 5.4/Character Recognition/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 5.4/Character Recognition/data.txt -------------------------------------------------------------------------------- /Section 5.4/Character Recognition/font.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 5.4/Character Recognition/font.in -------------------------------------------------------------------------------- /Section 5.4/Character Recognition/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 5.4/Character Recognition/readme.md -------------------------------------------------------------------------------- /Section 5.4/TeleCowmunication/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 5.4/TeleCowmunication/data.txt -------------------------------------------------------------------------------- /Section 5.4/TeleCowmunication/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 5.4/TeleCowmunication/readme.md -------------------------------------------------------------------------------- /Section 5.4/TeleCowmunication/telecow.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 5.4/TeleCowmunication/telecow.cpp -------------------------------------------------------------------------------- /Section 5.5/Hidden Passwords/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 5.5/Hidden Passwords/data.txt -------------------------------------------------------------------------------- /Section 5.5/Hidden Passwords/hidden.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 5.5/Hidden Passwords/hidden.cpp -------------------------------------------------------------------------------- /Section 5.5/Hidden Passwords/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 5.5/Hidden Passwords/readme.md -------------------------------------------------------------------------------- /Section 5.5/Picture/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 5.5/Picture/data.txt -------------------------------------------------------------------------------- /Section 5.5/Picture/picture.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 5.5/Picture/picture.cpp -------------------------------------------------------------------------------- /Section 5.5/Picture/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 5.5/Picture/readme.md -------------------------------------------------------------------------------- /Section 5.5/Two Five/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 5.5/Two Five/data.txt -------------------------------------------------------------------------------- /Section 5.5/Two Five/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 5.5/Two Five/readme.md -------------------------------------------------------------------------------- /Section 5.5/Two Five/twofive.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 5.5/Two Five/twofive.cpp -------------------------------------------------------------------------------- /Section 6.1/A Rectangular Barn/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 6.1/A Rectangular Barn/data.txt -------------------------------------------------------------------------------- /Section 6.1/A Rectangular Barn/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 6.1/A Rectangular Barn/readme.md -------------------------------------------------------------------------------- /Section 6.1/A Rectangular Barn/rectbarn.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 6.1/A Rectangular Barn/rectbarn.cpp -------------------------------------------------------------------------------- /Section 6.1/Cow XOR/cowxor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 6.1/Cow XOR/cowxor.cpp -------------------------------------------------------------------------------- /Section 6.1/Cow XOR/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 6.1/Cow XOR/data.txt -------------------------------------------------------------------------------- /Section 6.1/Cow XOR/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 6.1/Cow XOR/readme.md -------------------------------------------------------------------------------- /Section 6.1/Postal Vans/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 6.1/Postal Vans/data.txt -------------------------------------------------------------------------------- /Section 6.1/Postal Vans/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 6.1/Postal Vans/readme.md -------------------------------------------------------------------------------- /Section 6.1/Postal Vans/vans.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 6.1/Postal Vans/vans.cpp -------------------------------------------------------------------------------- /Section 6.2/Calf Flac/calfflac.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 6.2/Calf Flac/calfflac.cpp -------------------------------------------------------------------------------- /Section 6.2/Calf Flac/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 6.2/Calf Flac/data.txt -------------------------------------------------------------------------------- /Section 6.2/Calf Flac/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 6.2/Calf Flac/readme.md -------------------------------------------------------------------------------- /Section 6.2/Packing Rectangles/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 6.2/Packing Rectangles/data.txt -------------------------------------------------------------------------------- /Section 6.2/Packing Rectangles/packrec.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 6.2/Packing Rectangles/packrec.cpp -------------------------------------------------------------------------------- /Section 6.2/Packing Rectangles/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 6.2/Packing Rectangles/readme.md -------------------------------------------------------------------------------- /Section 6.2/Shaping Regions/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 6.2/Shaping Regions/data.txt -------------------------------------------------------------------------------- /Section 6.2/Shaping Regions/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 6.2/Shaping Regions/readme.md -------------------------------------------------------------------------------- /Section 6.2/Shaping Regions/rect1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 6.2/Shaping Regions/rect1.cpp -------------------------------------------------------------------------------- /Section 6.3/Cowcycles/cowcycle.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 6.3/Cowcycles/cowcycle.cpp -------------------------------------------------------------------------------- /Section 6.3/Cowcycles/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 6.3/Cowcycles/data.txt -------------------------------------------------------------------------------- /Section 6.3/Cowcycles/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 6.3/Cowcycles/readme.md -------------------------------------------------------------------------------- /Section 6.3/Cryptcowgraphy/cryptcow.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 6.3/Cryptcowgraphy/cryptcow.cpp -------------------------------------------------------------------------------- /Section 6.3/Cryptcowgraphy/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 6.3/Cryptcowgraphy/data.txt -------------------------------------------------------------------------------- /Section 6.3/Cryptcowgraphy/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 6.3/Cryptcowgraphy/readme.md -------------------------------------------------------------------------------- /Section 6.3/Fence Rails/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 6.3/Fence Rails/data.txt -------------------------------------------------------------------------------- /Section 6.3/Fence Rails/fence8.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 6.3/Fence Rails/fence8.cpp -------------------------------------------------------------------------------- /Section 6.3/Fence Rails/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 6.3/Fence Rails/readme.md -------------------------------------------------------------------------------- /Section 6.4/Electric Fences/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 6.4/Electric Fences/data.txt -------------------------------------------------------------------------------- /Section 6.4/Electric Fences/fence3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 6.4/Electric Fences/fence3.cpp -------------------------------------------------------------------------------- /Section 6.4/Electric Fences/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 6.4/Electric Fences/readme.md -------------------------------------------------------------------------------- /Section 6.4/The Primes/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 6.4/The Primes/data.txt -------------------------------------------------------------------------------- /Section 6.4/The Primes/prime3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 6.4/The Primes/prime3.cpp -------------------------------------------------------------------------------- /Section 6.4/The Primes/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 6.4/The Primes/readme.md -------------------------------------------------------------------------------- /Section 6.4/Wisconsin Squares/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 6.4/Wisconsin Squares/data.txt -------------------------------------------------------------------------------- /Section 6.4/Wisconsin Squares/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 6.4/Wisconsin Squares/readme.md -------------------------------------------------------------------------------- /Section 6.4/Wisconsin Squares/wissqu.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 6.4/Wisconsin Squares/wissqu.cpp -------------------------------------------------------------------------------- /Section 6.5/All Latin Squares/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 6.5/All Latin Squares/data.txt -------------------------------------------------------------------------------- /Section 6.5/All Latin Squares/latin.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 6.5/All Latin Squares/latin.cpp -------------------------------------------------------------------------------- /Section 6.5/All Latin Squares/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 6.5/All Latin Squares/readme.md -------------------------------------------------------------------------------- /Section 6.5/Betsy's Tour/betsy.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 6.5/Betsy's Tour/betsy.cpp -------------------------------------------------------------------------------- /Section 6.5/Betsy's Tour/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 6.5/Betsy's Tour/data.txt -------------------------------------------------------------------------------- /Section 6.5/Betsy's Tour/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 6.5/Betsy's Tour/readme.md -------------------------------------------------------------------------------- /Section 6.5/Checker Challenge/checker.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 6.5/Checker Challenge/checker.cpp -------------------------------------------------------------------------------- /Section 6.5/Checker Challenge/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 6.5/Checker Challenge/data.txt -------------------------------------------------------------------------------- /Section 6.5/Checker Challenge/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 6.5/Checker Challenge/readme.md -------------------------------------------------------------------------------- /Section 6.5/Closed Fences/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 6.5/Closed Fences/data.txt -------------------------------------------------------------------------------- /Section 6.5/Closed Fences/fence4.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 6.5/Closed Fences/fence4.cpp -------------------------------------------------------------------------------- /Section 6.5/Closed Fences/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 6.5/Closed Fences/readme.md -------------------------------------------------------------------------------- /Section 6.5/The Clocks/clocks.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 6.5/The Clocks/clocks.cpp -------------------------------------------------------------------------------- /Section 6.5/The Clocks/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 6.5/The Clocks/data.txt -------------------------------------------------------------------------------- /Section 6.5/The Clocks/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/Section 6.5/The Clocks/readme.md -------------------------------------------------------------------------------- /images/camelot-1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/images/camelot-1.gif -------------------------------------------------------------------------------- /images/camelot-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/images/camelot-2.gif -------------------------------------------------------------------------------- /images/camelot-3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/images/camelot-3.gif -------------------------------------------------------------------------------- /images/cow1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/images/cow1.jpg -------------------------------------------------------------------------------- /images/cowhead2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/images/cowhead2.gif -------------------------------------------------------------------------------- /images/job.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/images/job.gif -------------------------------------------------------------------------------- /images/lgame.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/images/lgame.gif -------------------------------------------------------------------------------- /images/pack.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/images/pack.gif -------------------------------------------------------------------------------- /images/picture-1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/images/picture-1.gif -------------------------------------------------------------------------------- /images/picture-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/images/picture-2.gif -------------------------------------------------------------------------------- /images/postal-1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/images/postal-1.gif -------------------------------------------------------------------------------- /images/postal-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/images/postal-2.gif -------------------------------------------------------------------------------- /images/postal-3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/images/postal-3.gif -------------------------------------------------------------------------------- /images/race.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/images/race.gif -------------------------------------------------------------------------------- /images/starry-1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/images/starry-1.gif -------------------------------------------------------------------------------- /images/starry-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/images/starry-2.gif -------------------------------------------------------------------------------- /images/starry-3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudzfy/usaco/HEAD/images/starry-3.gif --------------------------------------------------------------------------------