自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

zhaizhan501的博客

好好学习,天天向上

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

原创 leetcode刷题记录-242. Valid Anagram

leetcode刷题记录-242. Valid Anagram1.题目要求  Given two strings s and t, write a function to determine if t is an anagram of s.   Note:   You may assume the string contains only lowercase alphabets.  ...

2018-04-13 21:25:19 172

原创 leetcode刷题记录-18. 4Sum

leetcode刷题记录-18. 4Sum1.题目要求  Given an array S of n integers, are there elements a, b, c, and d in S such that a + b + c + d = target? Find all unique quadruplets in the array which gives the sum o...

2018-04-12 21:33:10 145

原创 leetcode刷题记录-121. Best Time to Buy and Sell Stock

leetcode刷题记录-121. Best Time to Buy and Sell Stock1.题目要求  Description:   Say you have an array for which the ith element is the price of a given stock on day i.   If you were only permitted to ...

2018-04-11 21:37:57 153

原创 leetcode刷题记录-204. Count Primes

leetcode刷题记录-204. Count Primes

2018-04-10 15:46:17 138

原创 leetcode刷题记录-202. Happy Number

leetcode刷题记录-202. Happy Number1.题目要求  Write an algorithm to determine if a number is “happy”.  A happy number is a number defined by the following process: Starting with any positive integer, re...

2018-04-09 17:45:36 271

原创 leetcode刷题记录-136. Single Number

leetcode刷题记录-136. Single Number1.题目要求  Given an array of integers, every element appears twice except for one. Find that single one..   For example, given[1,2,3,2,1],   Return 3.   Note:   Y...

2018-04-08 19:55:46 153

原创 leetcode刷题记录-119. Pascal's Triangle II

leetcode刷题记录-119. Pascal’s Triangle II1.题目要求  Given an index k, return the kth row of the Pascal’s triangle.   For example, given k = 3,   Return [1,3,3,1].   Note:   Could you optimize your a...

2018-03-25 20:39:57 129 1

原创 leetcode刷题记录-118. Pascal's Triangle

leetcode刷题记录-118. Pascal’s Triangle1.题目要求  Given numRows, generate the first numRows of Pascal’s triangle.   For example, given numRows = 5,   Return   [    [1], ...

2018-03-25 14:37:15 112

原创 leetcode刷题记录-88. Merge Sorted Array

leetcode刷题记录-88. Merge Sorted Array1.题目要求  Given two sorted integer arrays nums1 and nums2, merge nums2 into nums1 as one sorted array   Note:   You may assume that nums1 has enough space (siz...

2018-03-24 18:10:08 113

原创 leetcode刷题记录-66. Plus One

leetcode刷题记录-66. Plus One1.题目要求  Given a non-negative integer represented as a non-empty array of digits, plus one to the integer.You may assume the integer do not contain any leading zero, except...

2018-03-23 17:33:21 115

原创 leetcode刷题记录-28. Implement strStr()

leetcode刷题记录-28. Implement strStr()1.题目要求  Return the index of the first occurrence of needle in haystack, or -1 if needle is not part of haystack.   Example 1:   Input: haystack = “hello”, ne...

2018-03-23 14:18:47 118

原创 leetcode刷题记录-53. Maximum Subarray

leetcode刷题记录-53. Maximum Subarray题目要求:Find the contiguous subarray within an array (containing at least one number) which has the largest sum. For example, given the array [-2,1,-3,4,-1,2,1,-5,4], ...

2018-03-22 15:34:52 185

原创 leetcode刷题记录-35. Search Insert Position

leetcode刷题记录-35. Search Insert Position题目要求: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....

2018-03-21 20:30:24 961

matlab数学建模课件

介绍了matlab的基本的操作方法,数学建模的基本概念各方法,列出了一些实际案例,比较适合新手入门

2014-11-03

C++自学教程

很适合初学者的C ++教程,里面不仅涵盖了所有的C++基础和重点知识 ,还一定程度上进行了 扩展,其中有 大量源代码可供练习和参考,很不错

2014-03-26

空空如也

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

TA关注的人

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