Two Pointer Technique | Coding Interview Technique | Solve DS Problems in O(N) Time
Description
Two Pointer Technique For Coding Interview: In this video, I have explained two pointer technique which is the optimal way to solve problems related to arrays, strings and linked list in O(N) time.
There are a lot of coding interview problems which can be solved by using this technique in an optimized way.
Comments