diff --git a/Python/burst-balloons.py b/Python/burst-balloons.py index 8f7774316..acdd5c15e 100644 --- a/Python/burst-balloons.py +++ b/Python/burst-balloons.py @@ -29,7 +29,6 @@ # coins = 3*1*5 + 3*5*8 + 1*3*8 + 1*8*1 = 167 # -# TLE, although it could pass in C++. class Solution(object): def maxCoins(self, nums): """