码迷,mamicode.com
首页 >  
搜索关键字:lists    ( 2473个结果
/etc/postfix/main.cf
# cat main.cf 1 # Global Postfix configuration file. This file lists only a subset 2 # of all parameters. For the syntax, and for a complete parameter...
分类:其他好文   时间:2015-01-25 22:15:17    阅读次数:271
LeetCode | #21 Merge Two Sorted Lists
题目: Merge two sorted linked lists and return it as a new list. The new list should be made by splicing together the nodes of the first two lists. 思路: 设置两个头指针,一个指针不动,用来返回最后头结点,一个指针用来组织节点顺序,遍...
分类:其他好文   时间:2015-01-25 18:18:40    阅读次数:203
Material Design系列第二篇——Getting Started
Getting StartedThis lesson teaches you toApply the Material ThemeDesign Your LayoutsSpecify Elevation in Your ViewsCreate Lists and CardsCustomize You...
分类:其他好文   时间:2015-01-25 18:05:08    阅读次数:188
leetcode------Intersection of Two Linked Lists
Write a program to find the node at which the intersection of two singly linked lists begins.For example, the following two linked lists:A: a...
分类:其他好文   时间:2015-01-25 12:23:15    阅读次数:158
LeetCode2-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 singl...
分类:其他好文   时间:2015-01-23 21:26:02    阅读次数:205
Intersection of Two Linked Lists两链表找重合节点
Write a program to find the node at which the intersection of two singly linked lists begins.For example, the following two linked lists:A: a...
分类:其他好文   时间:2015-01-23 18:05:19    阅读次数:89
链表经典题Merge Two Sorted Lists
Merge two sorted linked lists and return it as a new list. The new list should be made by splicing together the nodes of the first two lists.Hide Tags...
分类:其他好文   时间:2015-01-23 17:53:13    阅读次数:162
python chnroutes ROS版
chnroutes 估计懂网络很多人都认得。挺不错的自动更新路由表脚本。挤了点时间简单修改了一下。将它支持生成RouterOS脚本,方便软路由器做根据IP自动择线了。注意脚本会清空原有的地址列表china_address_lists#!/usr/bin/env pythonimport reimpo...
分类:编程语言   时间:2015-01-23 17:43:07    阅读次数:326
LeetCode 002 Add Two Numbers
题目描述:Add Two NumbersYou are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nod...
分类:其他好文   时间:2015-01-23 10:52:22    阅读次数:133
LeetCode160——Intersection of Two Linked Lists
Write a program to find the node at which the intersection of two singly linked lists begins. For example, the following two linked lists: A: a1 → a2 ↘ ...
分类:其他好文   时间:2015-01-21 11:40:25    阅读次数:147
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!