Tiger's leetcode solution
Thursday, November 28, 2013
32. Longest Valid Parentheses ---------H
›
( Q: Given a string containing just the characters '(' and ')' , find the length of the longest valid (well-formed) parent...
130. Surrounded Regions -M
›
You are given an m x n matrix board containing letters 'X' and 'O' , capture regions that are surrounded : Conne...
Wednesday, November 27, 2013
150. Evaluate Reverse Polish Notation. (medium)
›
Evaluate the value of an arithmetic expression in Reverse Polish Notation . Valid operators are + , - , * , / . Each operand may be ...
Tuesday, November 26, 2013
148. Sort List ---- Medium !!!!!!!
›
Given the head of a linked list, return the list after sorting it in ascending order . Example 1: Input: head = [4,2,1,3] Output: [1...
‹
›
Home
View web version