码迷,mamicode.com
首页 >  
搜索关键字:additional    ( 622个结果
InPlace Transition of a matrix
Problem illustration:given a n*n matrix, print its transition, for example , 90 degree clockwise,using only constant additional spaceanalysis:using O(...
分类:其他好文   时间:2014-04-28 03:22:07    阅读次数:513
线性时间将两个有序链表合成一个有序链表(constant additional space)
description:given two sorted singly list, merge them into one using constant additional spacealgorithm:we will reference the two linked list as list1 ...
分类:其他好文   时间:2014-04-28 00:32:52    阅读次数:711
622条   上一页 1 ... 61 62 63
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!