自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

David_Jett

我要变得很强!!——2017-8-30

  • 博客(5)
  • 资源 (1)
  • 收藏
  • 关注

原创 【刷leetcode,拿Offer-018】2. Add Two Numbers

题目链接题面:2. Add Two NumbersDescriptionHintsSubmissionsDiscussSolutionDiscussPick OneYou are given twonon-emptylinked lists representing two non-negative integers. The digits are sto...

2017-10-25 18:41:38 583

原创 【刷leetcode,拿Offer-011】503. Next Greater Element II

题目链接题面:Add to List503. Next Greater Element IIDescriptionHintsSubmissionsDiscussSolutionDiscussPick OneGiven a circular array (the next element of the last element is the first...

2017-10-21 13:50:05 709

原创 【刷leetcode,拿Offer-013】496. Next Greater Element I(栈应用)

题目链接题面:Add to List496. Next Greater Element IDescriptionHintsSubmissionsDiscussSolutionDiscussPick OneYou are given two arrays(without duplicates)nums1andnums2wherenums1’...

2017-10-21 10:38:59 367

原创 KNN简单实现

KNN(K nearest neighbor Algorithm)原理:取距离上训练数据上最近的K个点的均值作为估计值。简单实现://A general realization of K nearest neighbors Algorithm#include #include #include #include using namespace std; struct ob

2017-10-15 21:20:15 336

原创 【刷leetcode,拿Offer-005】665. Non-decreasing Array

题目链接题面:Add to List665. Non-decreasing ArrayDescriptionHintsSubmissionsDiscussSolutionDiscussPick OneGiven an array withnintegers, your task is to check if it could become non...

2017-10-12 17:01:09 611

acm入门课件及代码

极为简单的acm入门资料,还附赠一些入门题的代码!!

2014-08-09

空空如也

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

TA关注的人

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