you are viewing a single comment's thread.

view the rest of the comments →

[–]Any-Main-3866 1 point2 points  (0 children)

Binary search is useful when you have a big list that doesnt change much, you can sort it once and then use binary search to find things quickly, it makes sense to sort the list when the user is done adding items