4 Commits

Author SHA1 Message Date
752356acb4 Add bisect_left and bisect_right (#63)
* Add bisect_left and bisect_right

* Test cases for bisect_left and bisect_right
2017-10-20 04:58:44 +08:00
4fa28c04ee Return -1 if target is not in array (#9)
* return -1 if target is not in array

* return -1 if target is not in array (python)

* <= in binary search while loop
2017-09-30 21:51:37 +08:00
ead0e74674 Implement floor division (#8) 2017-09-28 10:53:54 +08:00
671b874b43 Categorize scripts 2017-09-20 15:29:22 +08:00