Complete-Preparation

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

View the Project on GitHub

Leetcode Problem 1600-1699


1658. Minimum Operations to Reduce X to Zero


1663. Smallest String With A Given Numeric Value 🌟🌟


1672. Richest Customer Wealth 🌟

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


1675. Minimize Deviation in Array 🌟🌟🌟

Priority Queue (AC)

Set

Must Read


1679. Max Number of K-Sum Pairs 🌟🌟

Brute force(TLE)

Two pointer approach

Hashmap


1696. Jump Game VI 🌟🌟

Recursion (TLE)

Memoization (TLE)

Tabulation (TLE) πŸ€•

Tabulation optimization with multiset

Further optimization with dequeue