最近在准备找工作的算法题,刷刷LeetCode,以下是我的解题报告索引,每一题几乎都有详细的说明,供各位码农参考。根据我自己做的进度持续更新中......                              本文地址

LeetCode:Reverse Words in a String

LeetCode:Evaluate Reverse Polish Notation

LeetCode:Max Points on a Line

LeetCode:Sort List

LeetCode:Insertion Sort List

LeetCode:LRU Cache

LeetCode:Binary Tree Postorder Traversal

LeetCode:Binary Tree Preorder Traversal

LeetCode:Reorder List

LeetCode:Linked List Cycle II

LeetCode:Linked List Cycle

LeetCode:Word Break II

LeetCode:Word Break

LeetCode:Copy List with Random Pointer

LeetCode:Single Number II

Leetcode:Single Number

LeetCode:Candy

LeetCode:Gas Station

LeetCode:Clone Graph

LeetCode:Palindrome Partitioning

LeetCode:Palindrome Partitioning II

LeetCode:Surrounded Regions

LeetCode:Sum Root to Leaf Numbers

LeetCode:Longest Consecutive Sequence

LeetCode:Word Ladder

LeetCode:Word Ladder II

LeetCode:Valid Palindrome

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:Triangle

LeetCode:Pascal's Triangle

LeetCode:Pascal's Triangle II

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:Path Sum

LeetCode:Path Sum II

LeetCode:Minimum Depth of Binary Tree

LeetCode:Balanced 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:Symmetric Tree

LeetCode:Same Tree

LeetCode:Recover Binary Search Tree

LeetCode:Validate Binary Search Tree

LeetCode:Interleaving String

LeetCode:Unique Binary Search Trees II

LeetCode:Unique Binary Search Trees

LeetCode:Binary Tree Inorder Traversal

LeetCode:Restore IP Addresses

LeetCode:Reverse Linked List II

LeetCode:Subsets II

LeetCode:Decode Ways

LeetCode:Gray Code

LeetCode:Merge Sorted Array

LeetCode:Scramble String

LeetCode:Partition List

LeetCode:Maximal Rectangle

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:Word Search

LeetCode:Subsets

LeetCode:Combinations

LeetCode:Minimum Window Substring

LeetCode:Sort Colors

LeetCode:Search a 2D Matrix

LeetCode:Set Matrix Zeroes

LeetCode:Edit Distance

LeetCode:Simplify Path

LeetCode:Climbing Stairs

LeetCode:Sqrt(x)

LeetCode:Text Justification

LeetCode:Plus One

LeetCode:Valid Number

LeetCode:Add Binary

Leetcode:Merge Two Sorted Lists

LeetCode:Minimum Path Sum

LeetCode:Unique Paths II

LeetCode:Unique Paths

LeetCode:Rotate List

LeetCode:Permutation Sequence

LeetCode:Spiral Matrix II

LeetCode:Length of Last Word

LeetCode:Insert Interval

LeetCode:Merge Intervals

LeetCode:Jump Game

LeetCode:Spiral Matrix

LeetCode:Maximum Subarray

LeetCode:N-Queens II

LeetCode:N-Queens

LeetCode:Pow(x, n)

LeetCode:Anagrams

LeetCode:Rotate Image

LeetCode:Permutations II

LeetCode:Permutations

LeetCode:Jump Game II

LeetCode:Multiply Strings

LeetCode:First Missing Positive

LeetCode:Combination Sum II

LeetCode:Combination Sum

LeetCode:Count and Say

LeetCode:Sudoku Solver

LeetCode:Valid Sudoku

LeetCode:Search Insert Position

LeetCode:Search for a Range

LeetCode:Search in Rotated Sorted Array

LeetCode:Longest Valid Parentheses

LeetCode:Next Permutation

LeetCode:Divide Two Integers

LeetCode:Remove Element

LeetCode:Remove Duplicates from Sorted Array

LeetCode:Reverse Nodes in k-Group

LeetCode:Swap Nodes in Pairs

LeetCode:Merge k Sorted Lists

LeetCode:Generate Parentheses

LeetCode:Valid Parentheses

LeetCode:Remove Nth Node From End of List

LeetCode:Letter Combinations of a Phone Number

LeetCode:4Sum

LeetCode:3Sum Closest

LeetCode:3Sum

LeetCode:Roman to Integer

LeetCode:Integer to Roman

Leetcode:Palindrome Number

LeetCode:String to Integer (atoi)

LeetCode:Reverse Integer

LeetCode:ZigZag Conversion

LeetCode:Longest Palindromic Substring

LeetCode:Add Two Numbers

LeetCode:Longest Substring Without Repeating Characters

LeetCode:Median of Two Sorted Arrays

LeetCode:Two Sum

 
........持续更新中
【版权声明】转载请注明出处:http://www.cnblogs.com/TenosDoIt/p/3434579.html
 

LeetCode 解题报告索引的更多相关文章

  1. LeetCode解题报告:Linked List Cycle && Linked List Cycle II

    LeetCode解题报告:Linked List Cycle && Linked List Cycle II 1题目 Linked List Cycle Given a linked ...

  2. poj分类解题报告索引

    图论 图论解题报告索引 DFS poj1321 - 棋盘问题 poj1416 - Shredding Company poj2676 - Sudoku poj2488 - A Knight's Jou ...

  3. leetcode解题报告(2):Remove Duplicates from Sorted ArrayII

    描述 Follow up for "Remove Duplicates": What if duplicates are allowed at most twice? For ex ...

  4. LeetCode解题报告—— Longest Valid Parentheses

    Given a string containing just the characters '(' and ')', find the length of the longest valid (wel ...

  5. 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 ...

  6. 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 ...

  7. 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 ...

  8. leetCode解题报告5道题(六)

    题目一: Longest Substring Without Repeating Characters Given a string, find the length of the longest s ...

  9. LeetCode解题报告—— Interleaving String

    Given s1, s2, s3, find whether s3 is formed by the interleaving of s1 and s2. Example 1: Input: s1 = ...

随机推荐

  1. (视频)《快速创建网站》 4.2 完结篇 – 应用运营vs.发射卫星,遥测(Telemetry) 技术

    本文是<快速创建网站>系列的第10篇(完结篇),如果你还没有看过之前的内容,建议你点击以下目录中的章节先阅读其他内容再回到本文.访问本系列目录,请点击:http://devopshub.c ...

  2. python 读写文件

    #! -*- encoding:utf-8 -*- import os from config import * from function import GetCsspToken, RegistIn ...

  3. 0021 Java学习笔记-面向对象-包、构造器

    封装 面向对象的三大特征: 封装 继承 多态 封装: 将对象的状态信息隐藏,不允许外部程序直接访问 通过该类提供的方法来访问和操作 有啥用: 隐藏类的实现细节 在方法中加入控制逻辑,限制对成员变量的不 ...

  4. Python引用模块和查找模块路径

    模块间相互独立相互引用是任何一种编程语言的基础能力.对于"模块"这个词在各种编程语言中或许是不同的,但我们可以简单认为一个程序文件是一个模块,文件里包含了类或者方法的定义.对于编译 ...

  5. HashMap的key可以是可变的对象吗???

    大家都知道,HashMap的是key-value(键值对)组成的,这个key既可以是基本数据类型对象,如Integer,Float,同时也可以是自己编写的对象,那么问题来了,这个作为key的对象是否能 ...

  6. .net 操作sftp服务器

    因为项目的需要,整理了一段C#操作sftp的方法. 依赖的第三方类库名称为:SharpSSH 1.1.1.13. 代码如下: 1: using System; 2: using System.Coll ...

  7. service postgresql initdb [FAILED]

    一.场景 安装postgresql时可能因为配置有问题[后来定位问题是我把pg_hba.conf中local一栏的ident修改为peer就会出错]导致服务起不来,报错如下: [root@localh ...

  8. SVN报Previous operation has not finished; run 'cleanup' if it was interrupted错误的解决方法

    做着项目突然SVN报Previous operation has not finished; run 'cleanup' if it was interrupted,进度又要继续,烦.百度一下发现很多 ...

  9. NOIP2014pj子矩阵[搜索|DP]

    题目描述 给出如下定义: 子矩阵:从一个矩阵当中选取某些行和某些列交叉位置所组成的新矩阵(保持行与列的相对顺序)被称为原矩阵的一个子矩阵. 例如,下面左图中选取第2.4行和第2.4.5列交叉位置的元素 ...

  10. python 使用pip安装第三方模块

    part 1:使用方法: 1.pip install somePackage picture 1 2.pip show somePackage 例如:pip show pip 弹出关于该模块的信息 p ...