自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

u013383813的博客

goodgoodstudy daydayup

  • 博客(4)
  • 问答 (1)
  • 收藏
  • 关注

原创 编程之法 进度表 第二章 数组

编程之法第二章 数组2.0 本章导读 √2.1 寻找最小的 k 个数 √2.2 寻找和为定值的两个数 √2.3 寻找和为定值的多个数 √2.4 最大连续子数组和2.5 跳台阶2.6 奇偶排序2.7 荷兰国旗2.8 矩阵相乘2.9 完美洗牌2.15 本章习题...

2018-04-17 09:21:52 103

原创 [LeetCode] 70. Climbing Stairs

题:https://leetcode.com/problems/climbing-stairs/description/题目You are climbing a stair case. It takes n steps to reach to the top. Each time you can either climb 1 or 2 steps. In how many disti...

2018-04-15 21:58:15 157

原创 [LeetCode] 1. Two Sum

题:https://leetcode.com/problems/two-sum/description/题目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 wo...

2018-04-07 11:57:02 94

原创 编程之法 进度表 第一章

编程之法第一章 字符串1.0 本章导读 √1.1 旋转字符串 √1.2 字符串包含 √1,2算法看了,还有内容要看。1.3 字符串转换成整数 √基本算法:从左到右扫描字符串,同时每往右扫描以为 原数据乘以10; note:注意 对于意外的管控:溢出。class Solution {public: int StrToIn...

2018-04-06 09:14:23 154

空空如也

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

TA关注的人

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