I've solved a lot of two pointers problems, I found that every problem I solved with two pointers is also solvable with binary search, is that true?
Are all two pointers problems solvable with binary search?
I've solved a lot of two pointers problems, I found that every problem I solved with two pointers is also solvable with binary search, is that true?