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 = ...
随机推荐
- Solr术语介绍:SolrCloud,单机Solr,Collection,Shard,Replica,Core之间的关系
Solr有一堆让人发晕的术语如:collections,shards,replicas,cores,config sets. 在了解这些术语之前需要先做做如下功课: 1)什么是倒排索引? 2)搜索引擎 ...
- Python基本语法[二],python入门到精通[四]
在上一篇博客Python基本语法,python入门到精通[二]已经为大家简单介绍了一下python的基本语法,上一篇博客的基本语法只是一个预览版的,目的是让大家对python的基本语法有个大概的了解. ...
- 重新认识mapreduce
写这篇文章,是因为最近遇到了mapreduce的二次排序问题.以前的理解不完全正确.首先看一下mapreduce的过程 相信这张图熟悉MR的人都应该见过,再来一张图 wordcount也不细说了,ha ...
- 说完Pivot 今天说下Unpivot 的处理方式
上次说到,既然有Pivot 的行转列,那么肯定也有Unpivot 的列转行 .其实unpivot 处理的情况也是差不多,也是分3步走. 首先也是先演示一下unpivot 的用法 ),Mon TIME, ...
- mongo 主从数据不同步
在从库上执行如下命令: repset:SECONDARY> rs.slaveOk()repset:SECONDARY> db.runCommand({"resync": ...
- spring定时器(二)
此定时器可重置定时时间. 1. spring的定时器配置文件application.xml: <?xml version="1.0" encoding="UTF-8 ...
- 微软Nokia 222:可拍照可上网 售价37美元 32GB的microSD卡扩展
腾讯科技讯 8月27日,在几乎所有厂商都在智能手机领域大肆拼杀的时候,微软日前却悄悄地发布了一款功能手机Nokia 222. 目前,尽管全球许多发达国家的居民都对互联网已经再熟悉不过了,但事实上全球依 ...
- STM32时钟理解
转载自 http://blog.sina.com.cn/s/blog_6ebd49350100q6xw.html STM32时钟理解 一.硬件上的连接问题 如果使用内部RC振荡器而不使用外部晶振,请按 ...
- SpringMVC从入门到精通之第一章
第一节 简介:SpringMVC是Spring框架的一个模块,Spring和SpringMVC无需通过中间整合层进行整合.SpringMVC是基于MVC的WEB框架.MVC设计模式在B/S下的应用: ...
- guava常用操作
Jack47 我思故我在 Google Java编程库Guava介绍 本系列想介绍下Java下开源的优秀编程库--Guava[ˈgwɑːvə].它包含了Google在Java项目中使用一些核心库,包含 ...