最近在准备找工作的算法题,刷刷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. 机器数据的价值 - Web 访问日志和数据库审计日志

    计算机数据 大量的数据流,不断增长的来源,蕴含着巨大的价值 在 Splunk,我们大量谈及计算机数据.这些数据是指在数据中心.“物联网”和互联设备世界中运行的所有系统产生的数据.其中包括支撑组织的应用 ...

  2. ios界面布局整理

    1 UIView 1.1 创建自定义的UIView的xib文件 [1]设置 file's Owner的 Custom Class 中的class 执行自定义控件类 [2]设置当前UIView 的屏幕大 ...

  3. sql语句 在字段前面加0

    目前数字如下: 1 2 3 10 想变成长度为5位,如果不够,前面补0, 写法如下 select right('00000'+ltrim(你的字段),5) 结果: 00001 00002 00003 ...

  4. SQL Server(六)——索引、视图和SQL编程

    1.索引 添加索引,设计界面,在任何一列前右键--索引/键--点击进入添加某一列为索引 2.视图 视图就是我们查询出来的虚拟表 创建视图:create view 视图名 as SQL查询语句,分组,排 ...

  5. PHP5中的stdClass

    PHP5中新增stdClass 官方手册参考:http://www.php.net/manual/en/language.oop5.basic.php#92123 stdClass类是PHP的一个内部 ...

  6. strlen和sizeof的区别

    1.sizeof操作符的结果类型是size_t,它在头文件中typedef为unsigned int类型.该类型保证能容纳实现所建立的最大对象的字节大小.   2.sizeof是算符,strlen是函 ...

  7. mysql备份还原

    备份java代码如下: /** * 备份单个数据库 * @param dbName 数据库名称 * @return 备份成功或者失败 */ @Override public boolean backu ...

  8. Sybase PowerDesign 导入数据库结构formSqlserver

    采用Sybase PD 创建数据库设计是常见的方法,如果遇到链接数据源时,无法直接链接系统数据源,而且在Sybase PD中无法直接创建odbc数据源时, 可以到控制面板中创建数据源,一步步的网络上有 ...

  9. (转)android.intent.action.MAIN与android.intent.category.LAUNCHER

    android.intent.action.MAIN决定应用程序最先启动的Activity android.intent.category.LAUNCHER决定应用程序是否显示在程序列表里 在网上看到 ...

  10. JavaScript实现简单的双向绑定

    很多的前端框架都支持数据双向绑定了,最近正好在看双向绑定的实现,就用Javascript写了几个简单的例子. 几个例子中尝试使用了下面的方式实现双向绑定: 发布/订阅模式 属性劫持 脏数据检测 发布/ ...