自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(7)
  • 资源 (6)
  • 收藏
  • 关注

原创 POJ 1700 过河问题(Crossing River)

总时间限制: 1000ms 内存限制: 65536kB 描述 A group of N people wishes to go across a river with only one boat, which can at most carry two persons. Therefore

2017-03-31 20:29:49 600

原创 LeetCode | 3. Longest Substring Without Repeating Characters

Given a string, find the length of the longest substring without repeating characters.Examples:Given "abcabcbb", the answer is "abc", which the length is 3.Given "bbbbb", the answer is "b", with the le

2017-03-31 18:06:45 235

原创 LeetCode | 4. Median of Two Sorted Arrays

Given a string, find the length of the longest substring without repeating characters.Examples:Given "abcabcbb", the answer is "abc", which the length is 3.Given "bbbbb", the answer is "b", with the le

2017-03-31 17:52:40 269

原创 多重背包问题

描述 给定M(1<=M<=200)以及长度为M的四个数组,分别记为Pairs、Multi、Low、Up,你需要构造一个长度为M的数组Table(其中Low[i]<=Table[i]<=Up[i]),满足∑Multi[i]*Table[i] = 0,且使得∑Pairs[i]*Table[i]尽量大。 输入 包含多组测试数据。每组数据第一行

2017-03-24 20:36:43 1036

原创 LeetCode | Add Two Numbers

You are given two non-empty linked lists representing two non-negative integers. The digits are stored in reverse order and each of their nodes contain a single digit. Add the two numbers and return it

2017-03-21 19:47:02 214

原创 LeetCode | Two Sum

Given an array of integers, return indices of the two numbers such that they add up to a specific target.You may assume that each input would have exactly one solution, and you may not use the same ele

2017-03-21 19:06:38 417

原创 LeetCode | 540. Single Element in a Sorted Array

540. Single Element in a Sorted Array DescriptionSubmissionsSolutions Total Accepted: 1638 Total Submissions: 2985 Difficulty:

2017-03-18 11:42:46 1118

印刷体数字&&字母数据集

印刷体数字和字母的数据集,每个类别有1000张左右的图片

2019-01-03

斯坦福大学概率图模型PGM讲义

斯坦福大学概率图模型的讲义,以及笔者自行整理的部分note

2018-09-13

MATLAB中文用户手册

MATLAB中文用户手册。包含各种代码的作用以及实例。、

2018-09-13

常用中文停用词表

常见中文停用词表。包含标点符号、数字,某些英文单词等。

2018-09-13

计算机网络(严伟、潘爱民译) 清华大学出版社 第五版 答案

计算机网络(严伟、潘爱民译) 清华大学出版社 第五版 答案 ------1-7章,基本所有题目都有,中文版,Word文档------ 计算机网络(严伟、潘爱民译) 清华大学出版社 第五版 答案

2017-09-24

空空如也

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

TA关注的人

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