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 283. Move Zeroes Nov 03, 2016 in 算法 算法 Java Leetcode Move all 0’s to the end. 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 292. Nim Game Nov 02, 2016 in 算法 算法 Java Leetcode Determine whether you can win the game. 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
Leetcode 225. Implement Stack using Queues Oct 20, 2016 in 算法 算法 Java Leetcode Implement basic operations of a stack using queues. Continue reading
Leetcode 83. Remove Duplicates from Sorted List Oct 19, 2016 in 算法 算法 Java Leetcode Delete all duplicates in a sorted linked list. Continue reading