Burst Balloons at Snapchat
Hard62.9% acceptance
This problem has 87.5% frequency at Snapchat.
Problem Description
You are given `n` balloons, indexed from `0` to `n - 1`. Each balloon is painted with a number on it represented by an array `nums`. You are asked to burst all the balloons. If you burst the `ith` balloon, you will get `nums[i - 1] * nums[i] * nums[i + 1]` coins. If `i - 1` or `i + 1` goes out of b...
Read full problem and hintsTopics
Also asked at 13 companies
More Snapchat Questions
Valid SudokuMediumSudoku SolverHardCombination SumMediumCombination Sum IIMediumWildcard MatchingHard
View all Snapchat questions