自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

清水

Standing on Shoulders of Giants

  • 博客(5)
  • 资源 (3)
  • 收藏
  • 关注

原创 数据结构与算法[LeetCode]—删除链表中重复的数

Remove Duplicates from Sorted List IIGiven a sorted linked list, delete all nodes that have duplicate numbers, leaving only distinct numbers from the original list.For example,Given 1->2->

2013-11-27 11:33:13 691

原创 数据结构与算法[LeetCode]—找出N个节点的BST的所有形态组合

Unique Binary Search TreesGiven n, how many structurally unique BST's (binary search trees) that store values 1...n?For example,Given n = 3, there are a total of 5 unique BST's. 1

2013-11-21 15:50:52 1366

原创 数据结构与算法[LeetCode]—数组中出现次数异与其他数的一个数

Single NumberGiven an array of integers, every element appears twice except for one. Find that single one.Note:Your algorithm should have a linear runtime complexity. Could you implement i

2013-11-13 15:00:35 821

原创 数据结构与算法[LeetCode]—Linked List Cycle 确定单链表是否有环,并找出第一个环结点

Linked List CycleGiven a linked list, determine if it has a cycle in it.Follow up:Can you solve it without using extra space?解决思路:使用快慢指针,一个步长为2,一个步长为1,如果快指针遇到NULL,则链表没有环。如果两指

2013-11-12 16:17:12 1207

原创 数据结构与算法[LeetCode]—N_Queen问题

问题N-QueenThe n-queens puzzle is the problem of placing n queens on an n×n chessboard such that no two queens attack each other.Given an integer n, return all distinct solutions t

2013-11-03 21:31:33 1114

[Python]—Linux Server 系统监控程序

主要功能: 1、获取Server Name 2、获取操作系统版本信息 3、获取CPU硬件信息 4、获取内存使用信息 5、获取相关网络信息 6、获取磁盘及分区的相关信息 7、获取Server所有的用户名 8、获取服务器开机时间、运行时间相关信息 9、获取运行队列负载信息 10、获取系统进程总数 说明:需要自己安装一个psutil包

2014-07-14

ACM绝对资料~~~

杭电ACM 刘春英讲解 适合初级学者 一些经典算法 PPT 按讲义编排

2009-10-13

顺序表的建立和基本操作

顺序表的初始化、建立、插入、删除、查找。。相关操作

2009-10-09

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除