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 = ...
随机推荐
- 详解javascript,ES5标准中新增的几种高效Array操作方法
1.js中常用的数组Array对象属性: 如图,其中用红色圆圈标记的部分,为ES5新增的属性. 2.浏览器支持情况: IE:9+; Chrome; Firefox2+; Safari 3+; Oper ...
- yii2中自定义验证规则rules
作者:白狼 出处:www.manks.top/article/yii2_custom_rules 本文版权归作者,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接,否则保留追 ...
- ORA-32004: obsolete and/or deprecated parameter(s) specified
如果在启动数据库时遇到ORA-32004: obsolete and/or deprecated parameter(s) specified 错误,这个是因为数据库里面设置了过时或不推荐使用的参数, ...
- 深入解析Windows操作系统笔记——CH1概念和术语
1.概念和工具 本章主要介绍Windows操作系统的关键概念和术语 1.概念和工具 1.1操作系统版本 1.2基础概念和术语 1.2.1Windows API 1.2.2 服务.函数和例程 1.2.3 ...
- mysql datetime查询异常
mysql datetime查询异常 异常:Value '0000-00-00 00:00:00' can not be represented as java.sql.Timestamp (2011 ...
- SharePoint2010新特性:InfoPath定义创建列表的界面
在SharePoint2007的时候,自定义的列表可以使用CAML修改其展示页面,但是对于创建列表的页面,不容易自定义.现在在SharePoint2010中,增强了InfoPath Form Serv ...
- request对象详解
先来了解一下Request的主要方法: setAttribute(String name,Object):设置名字为name的request的参数值getAttribute(String name): ...
- Rollback 语句 在08R2版本
有时候为了数据完整我们会启用到事务.正常的时候一帆风顺,如果rollback 呢? 最简单的一个回滚 IF OBJECT_ID('PROC1') IS NOT NULL DROP PROCED ...
- java JedisUtils工具类
package com.sh.xrsite.common.utils; import java.util.List; import java.util.Map; import java.util.Se ...
- Linux下NDK编译FFMPEG包含neon参数
FFMPEG编译成Android库已经有很多案例了,编译优化neon的也很多,以下是我通过实践成功的案例,这里主要讲编译的配置文件,其他设置可结合Linux下使用NDK编译FFMPEG(libstag ...