Complete-Preparation

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

View the Project on GitHub

Leetcode Problem 1700-1799

1710. Maximum Units on a Truck 🌟

Greedy


1732. Find the Highest Altitude 🌟

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


1770. Maximum Score from Performing Multiplication Operations 🌟🌟

Recursion (TLE)

Memoization (Top-Down) (AC)

Tabulation (Bottom-Up) (AC-fastest)

MUST READ


1773. Count Items Matching a Rule 🌟

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