Tiger's leetcode solution
Friday, September 27, 2013
86. Partition List ------------M
›
Given the head of a linked list and a value x , partition it such that all nodes less than x come before nodes greater than or equal...
91. Decode Ways ----M
›
You have intercepted a secret message encoded as a string of numbers. The message is decoded via the following mapping: "1" -...
Scramble String
›
Q: Given a string s1 , we may represent it as a binary tree by partitioning it to two non-empty substrings recursively. Below is one possi...
Merge Sorted Array
›
Q: Given two sorted integer arrays A and B, merge B into A as one sorted array. Note: You may assume that A has enough space to hold addi...
‹
›
Home
View web version