leetcode difficulty and frequency distribution chart
Here is a difficulty and frequency distribution chart for each problem (which I got from the Internet and is very useful).
Dynamic Programming
- Edit Distance
- Maximum Subarray
- Minimum Path Sum
- Unique Paths
- Unique Paths II
- Longest Palindromic Substring
- Interleaving String
- Triangle
- Distinct Subsequences
- Decode Ways
- Palindrome Partitioning II
- Maximal Rectangle
Recursion
- N-Queens
- N-Queens II
- Balanced Binary Tree
- Binary Tree Inorder Traversal
- Binary Tree Maximum Path Sum
- Convert Sorted Array to Binary Search Tree
- Convert Sorted List to Binary Search Tree
- Flatten Binary Tree to Linked List
- Maximum Depth of Binary Tree
- Minimum Depth of Binary Tree
- Path Sum
- Permutations
- Permutations II
- Populating Next Right Pointers in Each Node
- Pow(x, n)
- Same Tree
- Subsets
- Sum Root to Leaf Numbers
- Swap Nodes in Pairs
- Symmetric Tree
- Valid Palindrome
- Validate Binary Search Tree
- Restore IP Addresses
- Combinations
- Interleaving String (dp is the best)
- Combination Sum II
- Letter Combinations of a Phone Numbers
- Word Search
- Construct Binary Tree from Inorder and Postorder Traversal
- Construct Binary Tree from Preorder and Inorder Traversal
- Generate Parentheses
- Surrounded Regions (runtime error)
- Palindrome Partitioning
- Combination Sum
- Sudoku Solver
- Unique Binary Search Trees II
Binary Search
- Search Insert Position
- Search a 2D Matrix
- Search for a Range
- Search in Rotated Sorted Array
- Sqrt(x)
Sequence
- Container With Most Water
- Count and Say
- First Missing Positive
- Implement strStr()
- Jump Game
- Jump Game II
- Length of Last Word
- Longest Common Prefix
- Longest Substring Without Repeating Characters
- Merge Sorted Array
- Palindrome Number
- Plus One
- Remove Duplicates from Sorted Array
- Remove Duplicates from Sorted Array II
- Remove Element
- Reverse Integer
- Search in Rotated Sorted Array II
- Sort Colors
- Two Sum
- 3Sum
- 3Sum Closest
- 4Sum
- Add Binary
- Longest Palindromic Substring
- Next Permutation
- Longest Valid Parentheses
- Climbing Stairs
- Permutation Sequence
- Simplify Path
- String to Integer (atoi)
- Minimum Window Substring
- Longest Consecutive Sequence
- Trapping Rain Water
- Valid Number
Linked List
- Add Two Numbers
- Convert Sorted List to Binary Search Tree
- Merge Two Sorted Lists
- Partition List
- Remove Duplicates from Sorted List
- Remove Duplicates from Sorted List II
- Remove Nth Node From End of List
- Reverse Linked List II
- Reverse Nodes in k-Group
- Rotate List
- Swap Nodes in Pairs
Stack
- Binary Tree Inorder Traversal
- Binary Tree Level Order Traversal II
- Valid Parentheses
Queue
- Binary Tree Level Order Traversal
- Binary Tree Level Order Traversal II
- Populating Next Right Pointers in Each Node II
- Symmetric Tree
- Surrounded Regions
- Word Ladder
Tree
- Balanced Binary Tree
- Binary Tree Inorder Traversal
- Binary Tree Level Order Traversal
- Binary Tree Level Order Traversal II
- Binary Tree Maximum Path Sum
- Convert Sorted Array to Binary Search Tree
- Convert Sorted List to Binary Search Tree
- Flatten Binary Tree to Linked List
- Maximum Depth of Binary Tree
- Minimum Depth of Binary Tree
- Path Sum
- Same Tree
- Sum Root to Leaf Numbers
- Symmetric Tree
- Validate Binary Search Tree
ref:https://github.com/AnnieKim/Leetcode
leetcode difficulty and frequency distribution chart的更多相关文章
- Relative-Frequency|frequency|pie chart |bar chart
2.2Organizing Qualitative Data The number of times a particular distinct value occurs is called its ...
- LeetCode 192. Word Frequency
分析 写bash,不太会啊…… 难度 中 来源 https://leetcode.com/problems/word-frequency/ 题目 Write a bash script to calc ...
- [LeetCode] 895. Maximum Frequency Stack 最大频率栈
Implement FreqStack, a class which simulates the operation of a stack-like data structure. FreqStack ...
- LeetCode 895. Maximum Frequency Stack
题目链接:https://leetcode.com/problems/maximum-frequency-stack/ 题意:实现一种数据结构FreqStack,FreqStack需要实现两个功能: ...
- [Bayesian] “我是bayesian我怕谁”系列 - Boltzmann Distribution
使用Boltzmann distribution还是Gibbs distribution作为题目纠结了一阵子,选择前者可能只是因为听起来“高大上”一些.本章将会聊一些关于信息.能量这方面的东西,体会“ ...
- [Math Review] Statistics Basic: Sampling Distribution
Inferential Statistics Generalizing from a sample to a population that involves determining how far ...
- A Complete Tutorial to Learn Data Science with Python from Scratch
A Complete Tutorial to Learn Data Science with Python from Scratch Introduction It happened few year ...
- GV900 Political Explanation
GV900 Political Explanation, 2017/201830 October, 2018Homework assignment 2Due Week 7 (13 November)W ...
- Principles of measurement of sound intensity
Introduction In accordance with the definition of instantaneous sound intensity as the product of th ...
随机推荐
- ie6 javascript:void(0);
遇到过几次这种问题,现在总结一下. 代码: <a onclick="window.location.href='http://www.google.com'" href=&q ...
- 什么是Coded UI
什么是Coded UI Coded UI Test是Visual Studio 2010对于Testing Project(测试工程)提供的关于UI自动化测试的框架,支持Win32,Web,WPF等U ...
- unity, GUIStyle and Skin
例1: using UnityEngine; using System.Collections; using UnityEditor; using System.Collections.Generic ...
- springmvc mybatis 声明式事务管理回滚失效,(checked回滚)捕捉异常,传输错误信息
一.知识点及问题 后端框架: Spring .Spring mvc .mybatis 业务需求: client先从服务端获取用户大量信息到client,编辑完毕之后统一Post至服务端,对于数据的改动 ...
- Linux服务器丢包故障的解决思路及引申的TCP/IP协议栈理论
我们使用Linux作为服务器操作系统时,为了达到高并发处理能力,充分利用机器性能,经常会进行一些内核参数的调整优化,但不合理的调整常常也会引起意想不到的其他问题,本文就一次Linux服务器丢包故障的处 ...
- 0059 Spring MVC与浏览器间的JSON数据转换--@RequestBody--@ResponseBody--MappingJacson2HttpMessageConverter
浏览器与服务器之间的数据交换有很多类型,不只是表单提交数据这一种,比如ajax技术就大量使用json.xml等,这时候就涉及到浏览器端和服务器端数据格式转换的问题,服务器端都是Java对象,需要把请求 ...
- 【转】logstash配置java环境
1.bin/logstash,新增 JAVA_CMD=/home/admin/soft/jdk1.8.0_121/bin JAVA_HOME=/home/admin/soft/jdk1.8.0_121 ...
- Debian8.0 搭建leanote
参考了官方wiki以及中文博客 https://github.com/leanote/leanote/wiki http://leanote.leanote.com/post/Leanote-manu ...
- jquery ajaxSubmit
<script type="text/javascript" src="jquery/jquery.js"></script></ ...
- SpringMVC之学习(1)
先来一个springmvc的基本配置,照样输出hello world 1.先导入springmvc所需要的开发包 最起码需要这么多的基本包,然后开始上配置 2.先在web.xml里进行引入,和Stru ...