Build your intuition. Click the correct answer from the options.
What's a good use case for the two pointers technique?
Click the option that best answers the question.
- Shifting indices to be greater at each iteration
- Reducing a solution with a nested for-loop and O(n^2) complexity to O(n)
- Finding pairs and duplicates in a for-loop
- None of these
OUTPUT
Results will appear here.