Complete-Preparation

🎉 One-stop destination for all your technical interview Preparation 🎉

View the Project on GitHub

Leetcode Problem 1900-1999

1920. Build Array from Permutation 🌟

O(N) Time and O(N) Space solution

O(N) Time and O(1) Space optimization


1929. Concatenation of Array 🌟

O(N) Time and O(N) Space solution


1971. Find if Path Exists in Graph 🌟

DFS

UnionFind