Re: Request for private mentoring
- Posted by ghaberek (admin) in May
- 448 views
axtens_bruce said...
binary-search attempted. There's a better way, right?
There is a binary_search() function in std/search.e.
include std/search.e namespace search public function binary_search(object needle, sequence haystack, integer start_point=1, integer end_point=0)
I accepted your invite for mentoring; I will add more specific comments there.
-Greg