码迷,mamicode.com
首页 >  
搜索关键字:palindrome linked li    ( 14538个结果
LeetCode4:Add Two Numbers
题目: You are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes contain a sin...
分类:其他好文   时间:2014-04-30 18:44:23    阅读次数:428
visifire 图表双坐标轴 silverlight
public void CreateChart(Grid oGrid, ObservableCollection lBaseOilBar) { foreach (ListItem li in lBaseOilBar) { //图表大小,框线 Chart chart = new MyCharts()....
分类:Web程序   时间:2014-04-30 04:31:52    阅读次数:1251
树莓派配置AP模式
所需硬件:树莓派、无线网卡1.查看无线网卡是否被识别pi@raspberrypi ~ $ sudo lsusbBus 001 Device 002: ID 0424:9512 Standard Microsystems Corp.Bus 001 Device 001: ID 1d6b:0002 Li...
分类:其他好文   时间:2014-04-30 02:50:21    阅读次数:807
jQuery插件编写
#jQuery种类>*封装对象方法的插件,这种插件是我们常用的插件,后面将会具体针对这种插件介绍,如:$("#div").parent();>*封装全局函数的插件 如:jQuery.ajax()>*选择器插件 如:$("ul li:eq(0)")#基本要点>*所有的对象方法(第1种)都应该附加在.....
分类:Web程序   时间:2014-04-29 19:32:05    阅读次数:549
《Cracking the Coding Interview》——第17章:普通题——题目13
2014-04-29 00:15题目:将二叉搜索树展开成一个双向链表,要求这个链表仍是有序的,而且不能另外分配对象,就地完成。解法:Leetcode上也有,递归解法。代码: 1 // 17.13 Flatten a binary search tree into a doubly linked li...
分类:其他好文   时间:2014-04-29 14:51:49    阅读次数:460
LeetCode——Add Two Numbers
You are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes contain a single ...
分类:其他好文   时间:2014-04-29 10:17:46    阅读次数:406
一个java的FilterArrayList实现
Android项目需求,要对一个ListView进行多字段模糊过滤,系统自带的ArrayAdapter是有过滤功能,但是项目使用的是BaseAdapter适配器, List做数据源, 如果要实现过滤的话,就要遍历原始的List后重新生成新的List,至少需要两个List,所以就想在不重新生成Li.....
分类:编程语言   时间:2014-04-28 03:55:40    阅读次数:552
线性时间将两个有序链表合成一个有序链表(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
14538条   上一页 1 ... 1452 1453 1454
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!