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
Leetcode 136. Single Number Oct 18, 2016 in 算法 算法 Java Leetcode Find the single integer. Continue reading
Leetcode 137. Single Number II Oct 18, 2016 in 算法 算法 Java Leetcode Find the single integer II. Continue reading
Leetcode 344. Reverse String Jul 31, 2016 in 算法 算法 Java Leetcode Takes a string as input and returns the string reversed. Continue reading