码迷,mamicode.com
首页 >  
搜索关键字:in-place    ( 1961个结果
ActiveMQ(5.10.0) - JNDI Support
1. Place the jndi.properties file on the classpath.java.naming.factory.initial = org.apache.activemq.jndi.ActiveMQInitialContextFactory # use the foll...
分类:其他好文   时间:2015-08-21 20:56:58    阅读次数:162
(leetcode)Rotate Image
You are given annxn2D matrix representing an image.Rotate the image by 90 degrees (clockwise).Follow up:Could you do this in-place?使用先对角线翻转,后水平翻转1 2 ....
分类:其他好文   时间:2015-08-21 10:56:26    阅读次数:174
House Robber II
Note:This is an extension ofHouse Robber.After robbing those houses on that street, the thief has found himself a new place for his thievery so that h...
分类:其他好文   时间:2015-08-19 22:34:46    阅读次数:104
poj 1745 Divisibility 【DP】
Divisibility Time Limit: 1000MS   Memory Limit: 10000K Total Submissions: 11044   Accepted: 3949 Description Consider an arbitrary sequence of integers. One can place + o...
分类:其他好文   时间:2015-08-19 20:23:13    阅读次数:140
poj2236(Wireless Network)并查集
Description An earthquake takes place in Southeast Asia. The ACM (Asia Cooperated Medical team) have set up a wireless network with the lap computers, but an unexpected aftershock attacked, all c...
分类:Web程序   时间:2015-08-18 19:37:41    阅读次数:123
hdu5391 Zball in Tina Town
Problem Description Tina Town is a friendly place. People there care about each other. Tina has a ball called zball. Zball is magic. It grows larger every day. On the first day, it becomes 1 tim...
分类:其他好文   时间:2015-08-18 12:00:54    阅读次数:185
ZOJ 1654 Place the Robots (二分匹配 )
ZOJ 1654 Place the Robots (二分匹配 )...
分类:其他好文   时间:2015-08-16 21:30:36    阅读次数:89
House Robber II -- leetcode
Note: This is an extension of House Robber. After robbing those houses on that street, the thief has found himself a new place for his thievery so that he will not get too much attention. This time...
分类:其他好文   时间:2015-08-16 16:47:19    阅读次数:135
Remove Duplicates from Sorted Array 自己代码
题目:Given a sorted array, remove the duplicates in place such that each element appear onlyonceand return the new length.Do not allocate extra space fo...
分类:其他好文   时间:2015-08-16 12:09:07    阅读次数:105
hdu 5391 Zball in Tina Town (素数的判断)
Problem DescriptionTina Town is a friendly place. People there care about each other.Tina has a ball called zball. Zball is magic. It grows larger eve...
分类:其他好文   时间:2015-08-16 12:06:10    阅读次数:110
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!