📄️ 1768 - Merge Strings Alternately
This is a solution to the Merge Strings Alternately problem on LeetCode.
📄️ 1701. Average Waiting Time
This is a solution to the Average Waiting Time problem on LeetCode.
📄️ 1702. Maximum Binary String After Change
This is a solution to the Maximum Binary String After Change problem on LeetCode.
📄️ 1703. Minimum Adjacent Swaps for K Consecutive Ones
This is a solution to the Minimum Adjacent Swaps for K Consecutive Ones problem on LeetCode.
📄️ 1704. Determine if String Halves Are Alike
This is a solution to the Determine if String Halves Are Alike problem on LeetCode.
📄️ 1705. Maximum Number of Eaten Apples
This is a solution to the Maximum Number of Eaten Apples problem on LeetCode.
📄️ 1706. Where Will the Ball Fall
This is a solution to the Where Will the Ball Fall problem on LeetCode.
📄️ 1710. Maximum Units on a Truck
This is a solution to the Maximum Units on a Truck problem on LeetCode.
📄️ 1711. Count Good Meals
This is a solution to the Count Good Meals problem on LeetCode.
📄️ 1711. Ways to Split Array Into Three Subarrays
This is a solution to the Ways to Split Array Into Three Subarrays problem on LeetCode.
📄️ 1713. Minimum Operations to Make a Subsequence
This is a solution to the Minimum Operations to Make a Subsequence problem on LeetCode.
📄️ 1716. Calculate Money in Leetcode Bank
This is a solution to the Calculate Money in Leetcode Bank problem on LeetCode.
📄️ 1717. Maximum Score From Removing Substrings
This is a solution to the 1717. Maximum Score From Removing Substrings problem on LeetCode.
📄️ 1726 - Tuple with Same Product
This is a solution to theTuple with Same Product problem on LeetCode.
📄️ 1781. Sum of Beauty of All Substrings
This is a solution to the Sum of Beauty of All Substrings problem on LeetCode.
📄️ 1791. Find Center of Star Graph
This is a solution to the Find Center of Star Graph problem on LeetCode.
📄️ 1707 - Maximum XOR With an Element From Array
Solve the problem of finding the maximum bitwise XOR of an element with given elements that do not exceed a specified value using trie and bit manipulation.
📄️ 1785 - Minimum Elements to Add to Form a Given Sum
Solve the problem of finding the minimum number of elements to add to an array to make the sum equal to a given goal while maintaining the property that absolute value of elements does not exceed a specified limit.