自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(21)
  • 资源 (1)
  • 收藏
  • 关注

原创 leetCode刷题记录77_693_Binary Number with Alternating Bits

/*****************************************************问题描述*************************************************Given a positive integer, check whether it has alternating bits: namely, if two adjacent bit...

2019-04-08 15:58:20 117

原创 leetCode刷题记录76_674_Longest Continuous Increasing Subsequence

/*****************************************************问题描述*************************************************Given an unsorted array of integers, find the length of longest continuous increasing subseq...

2019-04-08 15:57:31 110

原创 leetCode刷题记录75_665_Non-decreasing Array

/*****************************************************问题描述*************************************************Given an array with n integers, your task is to check if it could become non-decreasing by m...

2019-04-08 15:56:41 176

原创 leetCode刷题记录74_645_Set Mismatch

/*****************************************************问题描述*************************************************The set S originally contains numbers from 1 to n. But unfortunately, due to the data error,...

2019-04-08 15:55:55 132

原创 leetCode刷题记录73_643_Maximum Average Subarray I

/*****************************************************问题描述*************************************************Given an array consisting of n integers, find the contiguous subarray of given length k that...

2019-04-08 15:54:50 182

原创 leetCode刷题记录72_633_Sum of Square Numbers

/*****************************************************问题描述*************************************************Given a non-negative integer c, your task is to decide whether there're two integers a and b...

2019-04-08 15:53:55 109

原创 leetCode刷题记录71_561_Array Partition I

/*****************************************************问题描述*************************************************Given an array of 2n integers, your task is to group these integers into n pairs of integer,...

2019-04-08 09:04:09 110

原创 leetCode刷题记录70_557_Reverse Words in a String III

/*****************************************************问题描述*************************************************Given a string, you need to reverse the order of characters in each word within a sentence w...

2019-04-08 09:01:27 108

原创 leetCode刷题记录69_551_Student Attendance Record I

/*****************************************************问题描述*************************************************You are given a string representing an attendance record for a student. The record only cont...

2019-04-08 09:00:00 113

原创 leetCode刷题记录68_532_K-diff Pairs in an Array

/*****************************************************问题描述*************************************************Given an array of integers and an integer k, you need to find the number of unique k-diff pa...

2019-04-08 08:58:45 132

原创 leetCode刷题记录68_520_Detect Capital

/*****************************************************问题描述*************************************************Given a word, you need to judge whether the usage of capitals in it is right or not.We defi...

2019-04-04 11:36:12 156

原创 leetCode刷题记录67_509_Fibonacci Number

/*****************************************************问题描述*************************************************The Fibonacci numbers, commonly denoted F(n) form a sequence, called the Fibonacci sequence,...

2019-04-04 09:16:07 110

原创 leetCode刷题记录66_507_Perfect Number

/*****************************************************问题描述*************************************************We define the Perfect Number is a positive integer that is equal to the sum of all its posit...

2019-04-04 09:15:12 125

原创 leetCode刷题记录65_506_Relative Ranks

/*****************************************************问题描述*************************************************Given scores of N athletes, find their relative ranks and the people with the top three high...

2019-04-04 09:13:27 115

原创 leetCode刷题记录64_504_Base 7

/*****************************************************问题描述*************************************************Given an integer, return its base 7 string representation.Example 1: Input: 100 Out...

2019-04-04 09:11:49 158

原创 leetCode刷题记录63_500_Keyboard Row

/*****************************************************问题描述*************************************************Given a List of words, return the words that can be typed using letters of alphabet on only ...

2019-04-04 09:11:02 141

原创 leetCode刷题记录62_496_Next Greater Element I

/*****************************************************问题描述*************************************************You are given two arrays (without duplicates) nums1 and nums2 where nums1’s elements are sub...

2019-04-04 09:09:51 130

原创 leetCode刷题记录61_492_Construct the Rectangle

/*****************************************************问题描述*************************************************For a web developer, it is very important to know how to design a web page's size. So, given...

2019-04-03 11:48:46 145

原创 leetCode刷题记录60_485_Max Consecutive Ones

/*****************************************************问题描述*************************************************Given a binary array, find the maximum number of consecutive 1s in this array.Example 1:...

2019-04-03 11:47:56 149

原创 leetCode刷题记录59_476_Number Complement

/*****************************************************问题描述*************************************************Given a positive integer, output its complement number. The complement strategy is to flip t...

2019-04-01 15:09:41 112

原创 leetCode刷题记录58_461_Hamming Distance

/*****************************************************问题描述*************************************************The Hamming distance between two integers is the number of positions at which the correspond...

2019-04-01 13:50:32 147

springboot-web.rar

springboot入门学习项目,自己学习时对着视频敲的代码,包括jsp操作,使用servlet,filter,拦截器,集成mybatis等内容

2020-02-13

空空如也

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

TA关注的人

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