Skip to content

Commit

Permalink
Update burst-balloons.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kamyu104 committed Dec 2, 2015
1 parent 701fb63 commit f012ab9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Python/burst-balloons.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
"""
Expand Down

0 comments on commit f012ab9

Please sign in to comment.