码迷,mamicode.com
首页 >  
搜索关键字:each    ( 14050个结果
MYSQL 触发器
背景: 触发器的定义 delimiter // create trigger trigger_name vent_time event on table_name for each row begin # code -------------- # code ------...
分类:数据库   时间:2014-10-17 20:23:24    阅读次数:244
6 Candy_Leetcode
There are N children standing in a line. Each child is assigned a rating value.You are giving candies to these children subjected to the following req...
分类:其他好文   时间:2014-10-17 00:11:33    阅读次数:277
7 Container With Most Water_Leetcode
Given n non-negative integers a1, a2, ..., an, where each represents a point at coordinate (i, ai). n vertical lines are drawn such that the two endpo...
分类:其他好文   时间:2014-10-17 00:04:43    阅读次数:304
Hashmat the Brave Warrior
Hashmat the Brave WarriorXX自己有士兵a人, 敌军有士兵b人,自己的士兵永远比敌军少, 求对方比自己多多少人。 (虽说要从头刷,但是这样的还是太水了吧 2333333喜闻乐见的错了因为2^32爆了int。。。These two numbers in each line...
分类:其他好文   时间:2014-10-16 20:04:33    阅读次数:264
leetcode - Jump Game
Given an array of non-negative integers, you are initially positioned at the first index of the array. Each element in the array represents your maximum jump length at that position. Determine i...
分类:其他好文   时间:2014-10-16 14:55:02    阅读次数:297
LeetCode Search a 2D Matrix
Write an efficient algorithm that searches for a value in anmxnmatrix. This matrix has the following properties:Integers in each row are sorted from l...
分类:其他好文   时间:2014-10-16 14:04:12    阅读次数:178
LeetCode Container With Most Water
Givennnon-negative integersa1,a2, ...,an, where each represents a point at coordinate (i,ai).nvertical lines are drawn such that the two endpoints of ...
分类:其他好文   时间:2014-10-16 14:01:02    阅读次数:154
Edit Distance
[leetcode]Given two words word1 and word2, find the minimum number of steps required to convert word1 to word2. (each operation is counted as 1 step.)...
分类:其他好文   时间:2014-10-16 13:02:12    阅读次数:183
Burrows-Wheeler Transform
1, write down all the permutations of the string of character ; 2, sort these rows according to the first character of each row; 3, the last coloumn is the result string. BWT reverse: 1, write...
分类:其他好文   时间:2014-10-15 23:26:11    阅读次数:226
Euler Project question 2 in python way
# Each new term in the Fibonacci sequence is generated by adding the previous two terms. By starting with 1 and 2, the first 10 terms will be: 1, 2, 3...
分类:编程语言   时间:2014-10-15 23:13:51    阅读次数:245
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!