自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

sysucph的专栏

慢飞的人不怕输

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

原创 leetcode Word Ladder II

先用bfs得出最短路径长度,在bfs过程中,可以得到每一层有多少个结点可以到达,也就是在最短走k步的情况下,到达的结点,这样待会在求所有路径的时候就可以剪枝。。。vector edge[1000000];set  censhu[10000];class Solution {public:    vector > findLadders(string start, string

2013-11-25 10:16:46 734

原创 leetcode Substring with Concatenation of All Words

Substring with Concatenation of All Words You are given a string, S, and a list of words, L, that are all of the same length. Find all starting indices of substring(s) in S that is a conca

2013-11-24 21:01:37 1084

原创 Linked List Cycle II

Given a linked list, return the node where the cycle begins. If there is no cycle, return nullFollow up:Can you solve it without using extra space?给定一个链表的头指针,问你能不能只用常数的空间快速判断一个链表是不是有环,如果有环

2013-11-11 20:23:37 9074 10

数据库基础知识参考试题

帮助理解数据库的相关知识,掌握数据库的基础知识,认识和理解相关内容

2013-08-17

中大高数期末考试试卷

考试试卷参考参考,看看有没有作用!!!!!!!!!!!!!!!!!!!!!!!!!!

2013-08-17

XP系统的笔记本电脑做路由使用

XP系统的笔记本电脑做路由使用,使得笔记本可以作为无线路由使用

2013-08-17

win7系统笔记本做无线路由器

配置网络信息,使得笔记本可以做无线路由使用

2013-08-17

RMQ和LCA详解

关于RMQ和LCA的关系的知识,如何用RMQ和LCA的转换

2013-04-19

空空如也

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

TA关注的人

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