自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(8)
  • 资源 (9)
  • 收藏
  • 关注

原创 75. Sort Colors

Given an array with n objects colored red, white or blue, sort them so that objects of the same color are adjacent, with the colors in the order red, white and blue. Here, we will use the integers 0, 1, and 2 to represent the color red, white, and blue res

2017-04-27 14:56:03 160

原创 74. Search a 2D Matrix

Write an efficient algorithm that searches for a value in an m x n matrix. This matrix has the following properties: Integers in each row are sorted from left to right. The first integer of each row is greater than the last integer of the previous row.

2017-04-27 14:53:21 139

原创 stringstream 函数产生随机数字字符串

stringstream用例

2017-04-26 12:41:43 512

原创 3. Longest Substring Without Repeating Characters

Given a string, find the length of the longest substring without repeating characters.

2017-04-20 14:33:03 159

原创 6. ZigZag Conversion

The string "PAYPALISHIRING" is written in a zigzag pattern on a given number of rows like this: (you may want to display this pattern in a fixed font for better legibility)

2017-04-12 11:07:38 152

原创 5. Longest Palindromic Substring

Given a string s, find the longest palindromic substring in s. You may assume that the maximum length of s is 1000.

2017-04-12 11:06:24 133

原创 27. Remove Element

Given an array and a value, 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 in place with constant memory.

2017-04-06 17:16:24 117

原创 25. Reverse Nodes in k-Group

Given a linked list, reverse the nodes of a linked list k at a time and return its modified list. k is a positive integer and is less than or equal to the length of the linked list. If the number of nodes is not a multiple of k then left-out nodes in the

2017-04-06 17:14:52 132

uniformLBP

均匀LBPmatlab代码,可以将传统的256维降低到59维

2017-05-10

LBPmatlabcode

matlab版的传统LBP实现

2017-05-10

寻找字符串中不包含重复字符的最长子串

在字符串中找到最长的不包含重复字符的子串,返回其长度

2017-04-13

寻找字符串中最长的回文子串的长度

找到字符串中最长的回文子串,并返回其长度

2017-04-13

交换相邻结点

交换链表中相邻的结点,返回结果链表的首结点

2017-04-13

每K个长度逆置一次

在一个链表中,每K个结点逆置一次

2017-04-13

删除链表中倒数第N个结点

删除链表中倒数第N个结点后,返回结果链表的首结点

2017-04-13

找出数组3个数字相加为0的组合

给定一个数组,找出其中3个相加等于0的组合

2017-04-13

单图sift特征点匹配算法

单幅图像的SIFT匹配算法

2017-04-13

空空如也

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

TA关注的人

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