自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(6)
  • 收藏
  • 关注

转载 class 03 Reorder Linked List

class 03 Reorder Linked List 1 public ListNode reorder(ListNode head) { 2 // Write your solution here 3 if (head == ...

2018-04-12 11:56:00 88

转载 Class 03 Insert in sorted linked list

Class 03 Insert in sorted linked list 1 public ListNode insert(ListNode head, int value) { 2 // Write your solution here ...

2018-04-12 06:17:00 88

转载 LeetCode 25: Reverse Nodes in k-Group

LeetCode 25: Reverse Nodes in k-Group https://leetcode.com/problems/reverse-nodes-in-k-group/description/ Given a linked list, rever...

2018-03-25 08:21:00 77

转载 Binary Search 中几道 Rotated sorted array题目的整理

Binary Search 中几道 Rotated sorted array题目的整理 总结放前面: BS 找 Rotated sorted array 的题目目前接触到的共四道: 33, 81, 153, 154. 两道找find target, 两道find ...

2018-03-25 04:40:00 119

转载 merge sort

merge sort Q: Given an array of integers, sort the elements in the array in ascending order. The merge sort algorithm should be used ...

2018-03-11 10:00:00 119

转载 a to the power of b

a to the power of b 1 public class Solution { 2 public long power(int a, int b) { 3 // Write your solution here 4 ...

2018-03-11 09:51:00 298

空空如也

空空如也

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

TA关注的人

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