C#C
C#3y ago
n0tvish

❔ Implementing binary search to search through multiple arrays

i'm trying to create a binary search of my own to search through a string array of numbers for a user defined value. i thought it would be a good idea to use a list, and add every occurrence to that list. i'm struggling finishing it off and getting it to output every position at which a user defined value occurs
Was this page helpful?