#气球

简单的js特效,背景圆球滚动,类似电脑屏幕锁屏气球

html<divclass="banner"><divclass="dotdot0"></div><divclass="dotdot1"></div><divclass="dotdot2"></div><divclass="dot...

动态规划-击爆气球 Burst Balloons

2018-10-0319:29:43问题描述:问题求解:很有意思的题目,首先想到的是暴力遍历解空间,当然也用到了memo,可惜还是TLE,因为时间复杂度确实有点过高了,应该是O(n!)。Map<LinkedList,Integer>map=newHashMap<>();publicintmaxC...

[LeetCode] 312. Burst Balloons 打气球游戏

 Given n balloons,indexedfrom 0 to n-1.Eachballoonispaintedwithanumberonitrepresentedbyarray nums.Youareaskedtoburstallthebal...