From f012ab916f50882245ae074b4d9ebb898d9e9e9a Mon Sep 17 00:00:00 2001 From: kamyu Date: Wed, 2 Dec 2015 18:38:53 +0800 Subject: [PATCH] Update burst-balloons.py --- Python/burst-balloons.py | 1 - 1 file changed, 1 deletion(-) 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): """