We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 734cb11 commit 771f8c5Copy full SHA for 771f8c5
Notes/Binary-Search.md
@@ -98,6 +98,10 @@ while (lo <= hi)
98
99
## Problems
100
101
-- [Aggressive cows](spoj.com/problems/AGGRCOW)
102
-- [ABCDEF](spoj.com/problems/ABCDEF)
+- [Hacking the random number generator](http://www.spoj.com/problems/HACKRNDM/)
+- [Pizzamania](http://www.spoj.com/problems/OPCPIZZA/)
103
+- [Aggressive cows](http://www.spoj.com/problems/AGGRCOW)
104
+- [ABCDEF](http://www.spoj.com/problems/ABCDEF)
105
+- [Subset Sums](http://www.spoj.com/problems/SUBSUMS/)
106
- [Cutting Cheese](icpc.kattis.com/problems/cheese)
107
+- [Mountain Walking](http://www.spoj.com/problems/MTWALK/)
0 commit comments