LintCode
Thursday, July 30, 2015
Data Stream Median
›
Data Stream Median Show result 24 % Accepted Numbers keep coming, return the median of numbers at every time a new number added...
Wednesday, July 29, 2015
Post Office Problem
›
Post Office Problem Show result 23 % Accepted On one line there are n houses. Give you an array of integer means the the positi...
Tuesday, July 28, 2015
Longest Increasing Continuous subsequence II
›
Longest Increasing Continuous subsequence II Show result 20 % Accepted Give you an integer matrix (with row size n, column size...
Binary Representation
›
Binary Representation Show result 17 % Accepted Given a (decimal - e.g. 3.72) number that is passed in as a string, return th...
Expression Tree Build
›
The structure of Expression Tree is a binary tree to evaluate certain expressions. All leaves of the Expression Tree have an number string ...
Monday, July 27, 2015
Sliding Window Maximum
›
Sliding Window Maximum Show result 23 % Accepted Given an array of n integer with duplicate number, and a moving window(size k)...
›
Home
View web version