tvl-depot/scratch/deepmind
William Carroll b4689761d9 Solve InterviewCake's highest-product-of-3
Write a function that returns the highest product of three integers within a
list of integers. This solution uses a greedy algorithm that solves for the
answer in linear time. The space complexity is constant.
2020-03-01 22:32:25 +00:00
..
part_one Tidy up structure of briefcase 2020-02-12 16:58:29 +00:00
part_two Solve InterviewCake's highest-product-of-3 2020-03-01 22:32:25 +00:00