Solution: Maximum Product of Three Numbers
Let's solve the Maximum Product of Three Numbers problem using the Knowing What to Track pattern.
We'll cover the following...
We'll cover the following...
Statement
Given an integer array nums, identify three elements whose product is the largest possible, and return that maximum product.
Constraints:
...