We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4781612 commit 06f1fe2Copy full SHA for 06f1fe2
DIRECTORY.md
@@ -120,6 +120,8 @@
120
* [Petethebaker](https://github.com/BrianLusina/PythonSnips/blob/master/algorithms/petethebaker.py)
121
* Search
122
* Binary Search
123
+ * Divide Chocolate
124
+ * [Test Divide Chocolate](https://github.com/BrianLusina/PythonSnips/blob/master/algorithms/search/binary_search/divide_chocolate/test_divide_chocolate.py)
125
* Maxruntime N Computers
126
* [Test Max Runtime](https://github.com/BrianLusina/PythonSnips/blob/master/algorithms/search/binary_search/maxruntime_n_computers/test_max_runtime.py)
127
* [Test Binary Search](https://github.com/BrianLusina/PythonSnips/blob/master/algorithms/search/binary_search/test_binary_search.py)
0 commit comments