Proud to say I just used binary search for the first time in real production code. I am I using it to find the closest longitude and latitude of a user-input address within a large database of addresses sorted by longitude and latitude.
Starting to feel like a real software engineer lol