Leetcode 11. Container with Most Water Nov 17, 2016 in 算法 算法 Java Leetcode Golang Find a container which contains the most water. Continue reading
Leetcode 206. Reverse Linked List Nov 07, 2016 in 算法 算法 Java Leetcode Golang Reverse a singly linked list. Continue reading
Leetcode 242. Valid Anagram Nov 04, 2016 in 算法 算法 Java Leetcode Golang Determine if t is an anagram of s. Continue reading
Leetcode 167. Two Sum II - Input array is sorted Nov 03, 2016 in 算法 算法 Java Leetcode Golang Return indices of the two numbers added up to the target. Continue reading
Leetcode 121. Best Time to Buy and Sell Stock Nov 02, 2016 in 算法 算法 Java Leetcode Golang Design an algorithm to find the maximum profit. Continue reading
Leetcode 1. Two Sum Nov 02, 2016 in 算法 算法 Java Leetcode Golang Return indices of the two numbers. Continue reading
Leetcode 217. Contains Duplicate Oct 26, 2016 in 算法 算法 Java Leetcode Golang Find if the array contains any duplicates. Continue reading
Leetcode 226. Invert Binary Tree Oct 25, 2016 in 算法 算法 Java Leetcode Golang Invert a binary tree. Continue reading