最近在准备找工作的算法题,刷刷LeetCode,以下是我的解题报告索引,每一题几乎都有详细的说明,供各位码农参考。根据我自己做的进度持续更新中...... 本文地址
LeetCode:Reverse Words in a String
LeetCode:Evaluate Reverse Polish Notation
LeetCode:Binary Tree Postorder Traversal
LeetCode:Binary Tree Preorder Traversal
LeetCode:Copy List with Random Pointer
LeetCode:Palindrome Partitioning
LeetCode:Palindrome Partitioning II
LeetCode:Sum Root to Leaf Numbers
LeetCode:Longest Consecutive Sequence
LeetCode:Binary Tree Maximum Path Sum
LeetCode:Best Time to Buy and Sell Stock
LeetCode:Best Time to Buy and Sell Stock II
LeetCode:Best Time to Buy and Sell Stock III
LeetCode:Populating Next Right Pointers in Each Node
LeetCode:Populating Next Right Pointers in Each Node II
LeetCode:Distinct Subsequences
LeetCode:Flatten Binary Tree to Linked List
LeetCode:Minimum Depth of Binary Tree
LeetCode:Convert Sorted List to Binary Search Tree
LeetCode:Convert Sorted Array to Binary Search Tree
LeetCode:Binary Tree Level Order Traversal II
LeetCode:Construct Binary Tree from Inorder and Postorder Traversal
LeetCode:Construct Binary Tree from Preorder and Inorder Traversal
LeetCode:Maximum Depth of Binary Tree
LeetCode:Binary Tree Zigzag Level Order Traversal
LeetCode:Binary Tree Level Order Traversal
LeetCode:Recover Binary Search Tree
LeetCode:Validate Binary Search Tree
LeetCode:Unique Binary Search Trees II
LeetCode:Unique Binary Search Trees
LeetCode:Binary Tree Inorder Traversal
LeetCode:Reverse Linked List II
LeetCode:Largest Rectangle in Histogram
LeetCode:Remove Duplicates from Sorted List II
LeetCode:Remove Duplicates from Sorted List
LeetCode:Search in Rotated Sorted Array II
LeetCode:Remove Duplicates from Sorted Array II
LeetCode:Minimum Window Substring
Leetcode:Merge Two Sorted Lists
LeetCode:First Missing Positive
LeetCode:Search Insert Position
LeetCode:Search in Rotated Sorted Array
LeetCode:Longest Valid Parentheses
LeetCode:Remove Duplicates from Sorted Array
LeetCode:Reverse Nodes in k-Group
LeetCode:Remove Nth Node From End of List
LeetCode:Letter Combinations of a Phone Number
LeetCode:String to Integer (atoi)
LeetCode:Longest Palindromic Substring
LeetCode:Longest Substring Without Repeating Characters
LeetCode:Median of Two Sorted Arrays