I have the data

11 14 24 26 36 41 41 43 48

The question is
Write down one possible order in which the numbers in the above array will be accessed to complete the search for the number 26 in a binary search?

Edit - Figured it out