Monday, July 13, 2015

Leetcode: study time

July 13, 2015
Choose to read blogs with code using Java programming language. 很多题是第一次接触.

The majority vote ( more than n/3 element in an array, go through the array once or twice, get the number)
The maximum rectangle problem:
The longest increasing subsequence:
Microsoft interview question:
Review strstr leetcode question: (KMP, Boyer-Moore, Rabin-Karp algorithm)
DP problem: leetcode question

No comments:

Post a Comment