Rearrange the array in alternating positive and negative items with O(1) extra space

1 min read

https://www.geeksforgeeks.org/rearrange-array-alternating-positive-negative-items-o1-extra-space/

Find common elements in 3 sorted arrays
Find if there is any subarray with sum equal to 0