[leetcode]51. N-QueensN皇后    Backtracking Hard
[leetcode]52. N-Queens II N皇后 Backtracking Hard
[leetcode]53. Maximum Subarray最大子数组和 Dynamic Programming Easy
[leetcode]54. Spiral Matrix螺旋矩阵 Array Medium
[leetcode]55. Jump Game青蛙跳(能否跳到终点) Greedy Medium
[leetcode]56. Merge Intervals归并区间 Sort Medium
[leetcode]57. Insert Interval插入区间 Sort Hard
[leetcode]58. Length of Last Word最后一个词的长度 String Easy
[leetcode]59. Spiral Matrix II螺旋遍历矩阵2 Array  Medium
     
[leetcode]61. Rotate List旋转链表 Linked List Medium
[leetcode]62. Unique Paths 不同路径 Dynamic Programming Medium
     
[leetcode]64. Minimum Path Sum最小路径和 Dynamic Programming Medium
[leetcode]65. Valid Number 有效数值 String Medium
[leetcode]66. Plus One加一 Array Easy
[leetcode]67. Add Binary 二进制加法 String Easy
     
     
[leetcode]70. Climbing Stairs爬楼梯 Dynamic Programming Easy
     
[leetcode]72. Edit Distance 最少编辑步数 Dynamic Programming Hard
     
     
[leetcode]75. Sort Colors三色排序 Sort Medium
[leetcode]76. Minimum Window Substring最小字符串窗口 Sliding Window Hard
[leetcode]77. Combinations组合 Backtracking Medium
[leetcode]78. Subsets数组子集 Backtracking Medium
     
[leetcode]80. Remove Duplicates from Sorted Array II有序数组去重(单个元素可出现两次) Array Easy
[leetcode]81. Search in Rotated Sorted Array II旋转过有序数组里找目标值II(有重) Array Medium
     
[leetcode]83. Remove Duplicates from Sorted List有序链表去重 Linked List Easy
[leetcode]84. Largest Rectangle in Histogram直方图中的最大矩形 Stack Medium
     
[leetcode]86. Partition List划分链表 Linked List Medium
[leetcode]87. Scramble String字符串树形颠倒匹配 String Medium
[leetcode]88. Merge Sorted Array归并有序数组 Merge Sort Easy
     
[leetcode]90. Subsets II数组子集(有重) Backtracking Medium
[leetcode]91. Decode Ways解码方法    
[leetcode]92. Reverse Linked List II反转链表2 Linked List Medium
     
[leetcode]94. Binary Tree Inorder Traversal二叉树中序遍历 DFS Easy
[leetcode]95. Unique Binary Search Trees II给定节点形成不同BST的集合 Dynamic Programming Medium
[leetcode]96. Unique Binary Search Trees给定节点形成不同BST的个数 Dynamic Programming Medium
[leetcode]97. Interleaving String能否构成交错字符串 Dynamic Programming Medium
[leetcode]98. Validate Binary Search Tree验证二叉搜索树 DFS Medium
[leetcode]99. Recover Binary Search Tree恢复二叉搜索树 DFS Medium
[leetcode]100. Same Tree相同的树 DFS Easy

LeetCode解题录-51~100的更多相关文章

  1. LeetCode解题录-1~50

    [leetcode]1. Two Sum两数之和 Two Pointers, HashMap Easy [leetcode]2. Add Two Numbers两数相加 Math, LinkedLis ...

  2. Leetcode解题思想总结篇:双指针

    Leetcode解题思想总结篇:双指针 1概念 双指针:快慢指针. 快指针在每一步走的步长要比慢指针一步走的步长要多.快指针通常的步速是慢指针的2倍. 在循环中的指针移动通常为: faster = f ...

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

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

  4. LeetCode高频题目(100)汇总-Java实现

    LeetCode高频题目(100)汇总-Java实现       LeetCode高频题目(100)汇总-Java实现 目录 第01-50题 [Leetcode-easy-1] Two Sum [Le ...

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

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

  6. LeetCode 热题 HOT 100(05,正则表达式匹配)

    LeetCode 热题 HOT 100(05,正则表达式匹配) 不够优秀,发量尚多,千锤百炼,方可成佛. 算法的重要性不言而喻,无论你是研究者,还是最近比较火热的IT 打工人,都理应需要一定的算法能力 ...

  7. LeetCode解题记录(贪心算法)(二)

    1. 前言 由于后面还有很多题型要写,贪心算法目前可能就到此为止了,上一篇博客的地址为 LeetCode解题记录(贪心算法)(一) 下面正式开始我们的刷题之旅 2. 贪心 763. 划分字母区间(中等 ...

  8. LeetCode 面试题51. 数组中的逆序对

    面试题51. 数组中的逆序对 题目来源:https://leetcode-cn.com/problems/shu-zu-zhong-de-ni-xu-dui-lcof/ 题目 在数组中的两个数字,如果 ...

  9. leetcode解题:Add binary问题

    顺便把之前做过的一个简单难度的题也贴上来吧 67. Add Binary Given two binary strings, return their sum (also a binary strin ...

随机推荐

  1. 解决"Windows没有足够信息,不能验证该证书"问题

    https://jingyan.baidu.com/article/335530dae0eb2319ca41c378.html

  2. Mybatis常见疑问

    1.在连接数据库时候,mysql是否支持fetchsize分页获取? 满足以下几个条件,可以使用fetchsize,根据游标获得记录 ①MySQL 从5.0.2开始支持分页获得. ②同时需要在jdbc ...

  3. vue-cli · Failed to download repo vuejs-templates/webpack: connect ETIMEDOUT 13.229.188.59:443

    初始化vue项目 vue init webpack vue-demo 之后 一直报vue-cli · Failed to download repo vuejs-templates/webpack: ...

  4. C#对屏幕分辨率的操作

    winform应用程序 1.新建Resolution.cs类 using System; using System.ComponentModel; using System.Windows.Forms ...

  5. FTP学习笔记

    FTP有两个连接方式 1.控制连接 2.数据连接 控制链接 标准端口为21  用于数据传输中的控制 数据连接 标准端口20  用于数据传输中的上传 下载数据 数据传输的连接方式,主动连接 被动连接. ...

  6. php查询mysql数据库

    1.连接数据库,写成一个php,其他文件直接include <?php $connect = mysql_connect("ip地址","用户",&quo ...

  7. Linq to SQL -- Join

    Join操作 适用场景:在我们表关系中有一对一关系,一对多关系,多对多关系等.对各个表之间的关系,就用这些实现对多个表的操作. 说明:在Join操作中,分别为Join(Join查询), SelectM ...

  8. DLC 数制与数制的转换

    进位计数值:用进位的方法进行计数 常用数值有十进制.二进制.八进制.十六进制等. 进位计数制把包括基数与权两个基本问题.

  9. xpath, urllib

    li_category = response.xpath("//div[@class='r-name']") <div class="r-name"> ...

  10. Linux环境安装、卸载Docker

    安装: 1.Docker要求CentOS系统的内核版本高于 3.10 ,通过 uname -r 命令查看你当前的内核版本是否支持安账docker 2.更新yum包:sudo yum update 3. ...