自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

Pai大的博客

Practice makes better.

  • 博客(10)
  • 资源 (2)
  • 收藏
  • 关注

原创 LeetCode | 53. Maximum Subarray | Easy | DP

Question Given an integer array nums, find the contiguous subarray (containing at least one number) which has the largest sum and return its sum. Example Input: [-2,1,-3,4,-1,2,1,-5,4], Output: 6 E...

2019-06-21 14:01:21 164

原创 LeetCode | 35. Search Insert Position | Easy

Question Given a sorted array and a target value, return the index if the target is found. If not, return the index where it would be if it were inserted in order. You may assume no duplicates in the...

2019-06-20 14:53:18 120

原创 LeetCode | 283. Move Zeroes | Easy

Questions Given an array nums, write a function to move all 0’s to the end of it while maintaining the relative order of the non-zero elements. You must do this in-place without making a copy of the ...

2019-06-20 13:58:00 103

原创 LeetCode | 27. Remove Element | Easy

Question Given an array nums and a value val, remove all instances of that value in-place and return the new length. Do not allocate extra space for another array, you must do this by modifying the i...

2019-06-20 11:46:12 104

原创 排序算法——冒泡排序(Java&Python)

本文整理了冒泡排序的相关内容,供大家参考,自己复习

2017-09-03 09:33:34 219

原创 排序算法——堆排序

本文整理了堆排序相关内容,供大家参看,自己复习。

2017-09-02 18:03:51 272

原创 排序算法——简单选择排序(Python&Java)

本文整理了简单选择排序,供大家参考,自己复习。

2017-09-02 16:01:19 247

原创 排序算法——希尔排序

本文整理了希尔排序相关内容,供大家参考,自己复习。

2017-09-02 14:57:47 372

原创 排序算法——插入排序

本文整理了插入排序相关内容,供大家参考,自己复习。

2017-09-02 10:31:10 154

转载 华为OJ——删除字符串中出现次数最少的

“靠刷题学java”

2017-04-10 20:58:23 149

PowerBI视觉对象(75个)

官网上一共有95个,我选择了其中75个相对有用的进行了下载,方便大家使用。

2017-07-14

深入解析SAS数据处理、分析优化与商业应用

深入解析SAS,zip里面有全部代码,和部分数据集。 里面有分享的书籍,但是数据太大,就只能用百度云分享了。 如果百度云失效了,请评论或者私信我哦,我会再来解决哦!

2017-04-24

空空如也

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

TA关注的人

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