This repository contains my Java implementations and notes from the Decode Java with DSA course by Physics Wallah. It covers core Data Structures and Algorithms (DSA) concepts through topic-wise ...
// Given two sorted arrays A and B, generate all possible arrays such that the first element is taken from A then from B then from A, // and so on in increasing order till the arrays are exhausted.