码迷,mamicode.com
首页 >  
搜索关键字:frog    ( 269个结果
Alphabet
A Apple B Ball C Car D doctor E Elephant F Frog G Gorilla H Horse I Ice cream J Jam K Kite L Lemon M Mother N Nut O Orange P Puppet 木偶 Q Queen R Rabbi ...
分类:其他好文   时间:2018-02-25 17:33:19    阅读次数:200
POJ 3177 - Redundant Paths - 双连通分量
题目大意: 给定一个N个点,M条边的无向连通图(可能有重边),要求让任意两点间都有两条或以上的路径,且这些路径没有公共边。问至少需要加多少条边? N<=5e3,M<=1e4。 求双连通分量并缩点。详见:https://www.cnblogs.com/frog112111/p/3367039.html ...
分类:其他好文   时间:2018-02-18 12:37:20    阅读次数:134
POJ2253 Frogger(spfa变形)
Description Freddy Frog is sitting on a stone in the middle of a lake. Suddenly he notices Fiona Frog who is sitting on another stone. He plans to vis ...
分类:其他好文   时间:2018-02-11 10:38:19    阅读次数:179
抽象工厂模式
class Frog: def __init__(self, name): self.name = name def __str__(self): return self.name def interact_with(self, obstacle): print('{} the Frog encou... ...
分类:其他好文   时间:2018-02-04 22:48:40    阅读次数:181
LeetCode Frog Jump
原题链接在这里:https://leetcode.com/problems/frog-jump/description/ 题目: A frog is crossing a river. The river is divided into x units and at each unit there ...
分类:其他好文   时间:2018-01-20 11:07:18    阅读次数:178
A. The Way to Home
A. The Way to Home A frog lives on the axis Ox and needs to reach home which is in the point n. She starts from the point 1. The frog can jump to the ...
分类:其他好文   时间:2018-01-06 15:54:41    阅读次数:293
Flexbox 练习和总结
练习地址: http://flexboxfroggy.com/ Welcome to Flexbox Froggy, a game where you help Froggy and friends by writing CSS code! Guide this frog to the lilypa ...
分类:其他好文   时间:2017-12-19 19:36:15    阅读次数:160
性能测试网址
Jmeter关联之正则表达式提取器 https://mp.weixin.qq.com/s/zWkm4MmE3E84RWvRCdg_jg Jmeter变量参数化及函数应用 http://blog.sina.com.cn/s/blog_671c968b0100j0pc.html 阮一峰的网络日志 htt ...
分类:其他好文   时间:2017-12-02 22:13:23    阅读次数:161
poj 2253 最短路 or 最小生成树
Freddy Frog is sitting on a stone in the middle of a lake. Suddenly he notices Fiona Frog who is sitting on another stone. He plans to visit her, but ...
分类:其他好文   时间:2017-11-09 19:38:44    阅读次数:156
hdu 5037 Frog(贪心)
题目链接:http://acm.split.hdu.edu.cn/showproblem.php?pid=5037 题解:为了让放的石头有意义肯定是没l+1的距离放2个也就是说假设现在位置为pos那么在pos+1放一个在pos+l+1放一个这样就需要跳两次。于是这题要考虑的就是当前位置和前一个石头放 ...
分类:其他好文   时间:2017-10-18 22:11:50    阅读次数:215
269条   上一页 1 ... 7 8 9 10 11 ... 27 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!