Proto/Skip_list: binary_search in best_skip, changes in test
- Optimization: implementing a
binary_searchin thebest_skipfunction.
Passing from O(log(n)) time complexity to O(log(log(n)). - Minor changes in
test_skip_list_repr.
binary_search in the best_skip function.test_skip_list_repr.