Leetcode 191. Number of 1 Bits Nov 17, 2016 in 算法 算法 Java Leetcode Return the number of ‘1’ bits Continue reading
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 237. Delete Node in a Linked List Nov 04, 2016 in 算法 算法 Java Leetcode Delete a node in a singly linked list. 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 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