
交换
文章平均质量分 64
jmspan
这个作者很懒,什么都没留下…
展开
-
LeetCode 280. Wiggle Sort(摇摆排序)
原题网址:https://leetcode.com/problems/wiggle-sort/ Given an unsorted array nums, reorder it in-place such that nums[0] = nums[2] . For example, given nums = [3, 5, 2, 1, 6, 4], one possible ans原创 2016-04-14 07:27:02 · 936 阅读 · 0 评论 -
LeetCode 24. Swap Nodes in Pairs(交换节点)
原题网址:https://leetcode.com/problems/swap-nodes-in-pairs/ Given a linked list, swap every two adjacent nodes and return its head. For example, Given 1->2->3->4, you should return the list as 2-原创 2016-05-19 07:29:56 · 388 阅读 · 0 评论 -
LeetCode 87. Scramble String(字符串扰乱)
原题网址:https://leetcode.com/problems/scramble-string/ Given a string s1, we may represent it as a binary tree by partitioning it to two non-empty substrings recursively. Below is one possible原创 2016-05-23 00:34:32 · 1713 阅读 · 0 评论 -
LeetCode 315. Count of Smaller Numbers After Self (逆序数对)
原题网址:https://leetcode.com/problems/count-of-smaller-numbers-after-self/ You are given an integer array nums and you have to return a new counts array. The counts array has the property where coun原创 2016-04-22 13:21:32 · 7496 阅读 · 2 评论