2016年6月25日

Longest Increasing Continuous subsequence II

摘要: Give you an integer matrix (with row size n, column size m),find the longest increasing continuous subsequence in this matrix. (The definition of the 阅读全文

posted @ 2016-06-25 20:21 Sheryl Wang 阅读(149) 评论(0) 推荐(0) 编辑

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 representati 阅读全文

posted @ 2016-06-25 16:25 Sheryl Wang 阅读(192) 评论(0) 推荐(0) 编辑

Burst Balloons

摘要: Given n balloons, indexed from 0 to n-1. Each balloon is painted with a number on it represented by array nums. You are asked to burst all the balloon 阅读全文

posted @ 2016-06-25 11:17 Sheryl Wang 阅读(286) 评论(0) 推荐(1) 编辑

导航