Complete-Preparation

πŸŽ‰ One-stop destination for all your technical interview Preparation πŸŽ‰

View the Project on GitHub

Leetcode Problem 1500-1599

1502. Can Make Arithmetic Progression From Sequence 🌟

Simple Solution


1512. Number of Good Pairs 🌟

O(N^2) Time O(1) Space solution

O(N) Time O(N) Space optimization


1535. Find the Winner of an Array Game 🌟🌟

Simulation


1572. Matrix Diagonal Sum 🌟

O(N) Time O(1) Space solution


1578. Minimum Time to Make Rope Colorful 🌟🌟