which is where it sorts in ascending order or sorts in descending order and that’s with the actual value and so we won’t be able to show this binary search or ascending or descending because our values are the same but if we had different values and we were looking up i’m using this next largest we would be able to show that but i’m going to show you this search from first to last and last to first so let’s put in by default and this is what it would be search from first to last what the default would be so it starts at the very top it goes down and finds the first 5 6 2001 and returns toby flenderson now if we go in here and we hit minus one that is going to search from last to first so it’s going to start at the bottom and go to the top and the first one that it finds is michael scott so that’s that first one starting from the bottom and then the michael scott right there so these two the exact match and the search order can kind of be combined