LeetCode 解题报告索引
最近在准备找工作的算法题,刷刷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 解题报告索引的更多相关文章
- LeetCode解题报告:Linked List Cycle && Linked List Cycle II
LeetCode解题报告:Linked List Cycle && Linked List Cycle II 1题目 Linked List Cycle Given a linked ...
- poj分类解题报告索引
图论 图论解题报告索引 DFS poj1321 - 棋盘问题 poj1416 - Shredding Company poj2676 - Sudoku poj2488 - A Knight's Jou ...
- leetcode解题报告(2):Remove Duplicates from Sorted ArrayII
描述 Follow up for "Remove Duplicates": What if duplicates are allowed at most twice? For ex ...
- LeetCode解题报告—— Longest Valid Parentheses
Given a string containing just the characters '(' and ')', find the length of the longest valid (wel ...
- LeetCode解题报告—— Search in Rotated Sorted Array & Search for a Range & Valid Sudoku
1. Search in Rotated Sorted Array Suppose an array sorted in ascending order is rotated(轮流,循环) at so ...
- LeetCode解题报告—— 2 Keys Keyboard & Longest Palindromic Substring & ZigZag Conversion
1. Longest Palindromic Substring Given a string s, find the longest palindromic substring in s. You ...
- LeetCode解题报告—— 1-bit and 2-bit Characters & 132 Pattern & 3Sum
1. 1-bit and 2-bit Characters We have two special characters. The first character can be represented ...
- leetCode解题报告5道题(六)
题目一: Longest Substring Without Repeating Characters Given a string, find the length of the longest s ...
- LeetCode解题报告—— Interleaving String
Given s1, s2, s3, find whether s3 is formed by the interleaving of s1 and s2. Example 1: Input: s1 = ...
随机推荐
- lvm[12446]: Another thread is handling an event. Waiting
在检查一Linux服务器时,发现日志里面有大量"lvm[12446]: Another thread is handling an event. Waiting..." Jul ...
- 优化SQLServer——表和分区索引
概念: 简单地说,分区是将大型的对象(如表)分成更小的且易于管理的小块.分区的基本单位是行,需要注意的是与分区视图不同的地方时,分区必须位于同一个数据库内. 分区的原因: 对于非 ...
- python基础(五)缩进和选择
作者:Vamei 出处:http://www.cnblogs.com/vamei 欢迎转载,也请保留这段声明.谢谢! 缩进 Python最具特色的是用缩进来标明成块的代码.我下面以if选择结构来举例. ...
- 猜拳游戏GuessGame源码
该游戏是一款比较不错的猜拳游戏GuessGame源码案例,GuessGame——猜拳游戏,这也是我自己的第一款休闲类的游戏案例,游戏实现也比较简单的,希望这个能够帮大家的学习和使用,更多安卓源码尽在源 ...
- 类似material design的电影应用源码
这个源码应用是一款大家比较熟悉的类似material design的电影应用源码,源码Material-Movies,material design风格的电影应用,这个应用的目的其实是为了讲解作者一篇 ...
- 浅谈C++设计模式之单例模式
单例模式:保证一个类仅有一个实例,并提供一个访问它的全局访问点. 通常我们可以让一个全局变量使得一个对象被访问,但它不能防止客户实例化多个对象,一个最好的办法就是让类自身负责保护它的唯一实例,这个类可 ...
- [Copy]Bird's booklist
Copy from Bird Thanks! Here is his website: Bird's book list 0x01 编程语言 Python基础教程(第2版) Effective Jav ...
- Effective Java 读书笔记
创建和销毁对象 >考虑用静态工厂方法替代构造器. 优点: ●优势在于有名称. ●不必再每次调用他们的时候都创建一个新的对象. ●可以返回原返回类型的任何子类型的对象. ●在创建参数化类型实例的时 ...
- CF687A. NP-Hard Problem[二分图判定]
A. NP-Hard Problem time limit per test 2 seconds memory limit per test 256 megabytes input standard ...
- IIS7.5中神秘的ApplicationPoolIdentity
IIS7.5中(仅win7,win2008 SP2,win2008 R2支持),应用程序池的运行帐号,除了指定为LocalService,LocalSystem,NetWorkService这三种基本 ...