├── .gitignore ├── Array.md ├── Design.md ├── Graph.md ├── Grokking the Coding Interview ├── Top 'K' Elements.md └── Topological Sort.md ├── Knapsack ├── CompletePack.cpp ├── Knapsack(compress).py ├── Knapsack.py └── 完全背包问题.md ├── LeetCode-Note.md ├── Ordered-Map.md ├── README.md ├── SQL Excercise ├── 175. Combine Two Tables.md ├── 181. Employees Earning More Than Their Managers.md ├── 183. Customers Who Never Order.md └── 197. Rising Temperature.md ├── String.md ├── binary-search.md ├── bit-manipulation.md ├── heap.md ├── images ├── DP-5.png ├── image-20200603194353694.png ├── merge-intervals-1.png ├── merge-intervals-2.png ├── merge-intervals-3.png └── two-pointers-1.png ├── merge-intervals.md ├── recursion-backtracking.md ├── sliding-window.md ├── stack.md ├── two-pointers.md ├── 剑指Offer ├── 剑指 Offer 12. 矩阵中的路径.md ├── 剑指 Offer 13. 机器人的运动范围.md └── 剑指 Offer 21. 调整数组顺序使奇数位于偶数前面.md ├── 标点符号英语名称.md ├── 每日一题 ├── 1009. Complement of Base 10 Integer.md ├── 1010. Pairs of Songs With Total Durations Divisible by 60.md ├── 1015. Smallest Integer Divisible by K.md ├── 1023. Camelcase Matching.md ├── 1026. Maximum Difference Between Node and Ancestor.md ├── 1029. Two City Scheduling.md ├── 1032. Stream of Characters.md ├── 1041. Robot Bounded In Circle.md ├── 1071. Greatest Common Divisor of Strings.md ├── 1074. Number of Submatrices That Sum to Target.md ├── 1094. Car Pooling.md ├── 110. Balanced Binary Tree.md ├── 1103. Distribute Candies to People.md ├── 1143. Longest Common Subsequence.md ├── 1147. Longest Chunked Palindrome Decomposition.md ├── 1153. String Transforms Into Another String.md ├── 1155. Number of Dice Rolls With Target Sum.md ├── 1165. Single-Row Keyboard.md ├── 1198. Find Smallest Common Element in All Rows.md ├── 1222. Queens That Can Attack the King.md ├── 1249. Minimum Remove to Make Valid Parentheses.md ├── 1257. Smallest Common Region.md ├── 1272. Remove Interval.md ├── 1291. Sequential Digits.md ├── 1302. Deepest Leaves Sum.md ├── 1312. Minimum Insertion Steps to Make a String Palindrome.md ├── 1316. Distinct Echo Substrings.md ├── 1329. Sort the Matrix Diagonally.md ├── 133. Clone Graph.md ├── 1332. Remove Palindrome Subsequences.md ├── 1334. Find the City With the Smallest Number of Neighbors at a Threshold Distance.md ├── 1335. Minimum Difficulty of a Job Schedule (DP-hard).md ├── 1337. The K Weakest Rows in a Matrix.md ├── 135. Candy(hard).md ├── 139. Word Break.md ├── 1396. Design Underground System.md ├── 1413. Minimum Value to Get Positive Step by Step Sum.md ├── 1423. Maximum Points You Can Obtain from Cards.md ├── 1437. Check If All 1's Are at Least Length K Places Away.md ├── 1446. Consecutive Characters.md ├── 147. Insertion Sort List.md ├── 1481. Least Number of Unique Integers after K Removals.md ├── 1503. Last Moment Before All Ants Fall Out of a Plank.md ├── 1504.CountSubmatricesWithAllOnes.md ├── 1505. Minimum Possible Integer After at Most K Adjacent Swaps On Digits.md ├── 1506. Find Root of N-Ary Tree.md ├── 1510. Stone Game IV.md ├── 1524. Number of Sub-arrays With Odd Sum.md ├── 1537. Get the Maximum Score.md ├── 155. Min Stack.md ├── 1551. Minimum Operations to Make Array Equal.md ├── 1566. Detect Pattern of Length M Repeated K or More Times.md ├── 161. One Edit Distance.md ├── 1631. Path With Minimum Effort.md ├── 1636. Sort Array by Increasing Frequency (easy).md ├── 164. Maximum Gap (Hard).md ├── 1640. Check Array Formation Through Concatenation.md ├── 1641. Count Sorted Vowel Strings.md ├── 1646. Get Maximum in Generated Array.md ├── 165. Compare Version Numbers.md ├── 1657. Determine if Two Strings Are Close.md ├── 1658. Minimum Operations to Reduce X to Zero.md ├── 1662. Check If Two String Arrays are Equivalent.md ├── 1663. Smallest String With A Given Numeric Value.md ├── 1679. Max Number of K-Sum Pairs.md ├── 168. Excel Sheet Column Title.md ├── 1694. Reformat Phone Number.md ├── 1703. Minimum Adjacent Swaps for K Consecutive Ones (Hard).md ├── 1706. Where Will the Ball Fall.md ├── 1713. Minimum Operations to Make a Subsequence.md ├── 1717. Maximum Score From Removing Substrings.md ├── 1718. Construct the Lexicographically Largest Valid Sequence.md ├── 1721. Swapping Nodes in a Linked List.md ├── 1723. Find Minimum Time to Finish All Jobs.md ├── 1725. Number Of Rectangles That Can Form The Largest Square.md ├── 1727. Largest Submatrix With Rearrangements.md ├── 1730. Shortest Path to Get Food.md ├── 1740. Find Distance in a Binary Tree.md ├── 1743. Restore the Array From Adjacent Pairs.md ├── 1745. Palindrome Partitioning IV.md ├── 1755. Closest Subsequence Sum.md ├── 1758. Minimum Changes To Make Alternating Binary String.md ├── 1760. Minimum Limit of Balls in a Bag.md ├── 1761. Minimum Degree of a Connected Trio in a Graph.md ├── 1762. Buildings With an Ocean View.md ├── 1763. Longest Nice Substring.md ├── 1764. Form Array by Concatenating Subarrays of Another Array.md ├── 1765. Map of Highest Peak.md ├── 1786. Number of Restricted Paths From First to Last Node.md ├── 179. Largest Number.md ├── 1792. Maximum Average Pass Ratio.md ├── 1799. Maximize Score After N Operations.md ├── 1801. Number of Orders in the Backlog.md ├── 1816. Truncate Sentence.md ├── 1817. Finding the Users Active Minutes.md ├── 1822. Sign of the Product of an Array.md ├── 1827. Minimum Operations to Make the Array Increasing.md ├── 1832. Check if the Sentence Is Pangram.md ├── 1837. Sum of Digits in Base K.md ├── 1844. Replace All Digits with Characters.md ├── 1848. Minimum Distance to the Target Element.md ├── 1849. Splitting a String Into Descending Consecutive Values.md ├── 1852. Distinct Numbers in Each Subarray.md ├── 1854. Maximum Population Year.md ├── 1855. Maximum Distance Between a Pair of Values.md ├── 1856. Maximum Subarray Min-Product.md ├── 1858. Longest Word With All Prefixes.md ├── 1859. Sorting the Sentence.md ├── 1863. Sum of All Subset XOR Totals.md ├── 1869. Longer Contiguous Segments of Ones than Zeros.md ├── 187. Repeated DNA Sequences.md ├── 1870. Minimum Speed to Arrive on Time.md ├── 1871. Jump Game VII.md ├── 1880. Check if Word Equals Summation of Two Words.md ├── 1881. Maximum Value after Insertion.md ├── 19. Remove Nth Node From End of List.md ├── 191. Number of 1 Bits.md ├── 199. Binary Tree Right Side View.md ├── 2. Add Two Numbers.md ├── 20. Valid Parentheses.md ├── 2000. Reverse Prefix of Word.md ├── 2011. Final Value of Variable After Performing Operations.md ├── 2016. Maximum Difference Between Increasing Elements.md ├── 2032. Two Out of Three.md ├── 2042. Check if Numbers Are Ascending in a Sentence.md ├── 205. Isomorphic Strings.md ├── 2058. Find the Minimum and Maximum Number of Nodes Between Critical Points.md ├── 21. Merge Two Sorted Lists.md ├── 216. Combination Sum III.md ├── 22. Generate Parentheses.md ├── 2216. Minimum Deletions to Make Array Beautiful.md ├── 228. Summary Ranges.md ├── 234. Palindrome Linked List.md ├── 240. Search a 2D Matrix II.md ├── 243. Shortest Word Distance.md ├── 244. Shortest Word Distance II.md ├── 246. Strobogrammatic Number.md ├── 261. Graph Valid Tree.md ├── 268. Missing Number.md ├── 285. Inorder Successor in BST.md ├── 287. Find the Duplicate Numeber.md ├── 290. Word Pattern.md ├── 295. Find Median from Data Stream.md ├── 301. Remove Invalid Parentheses.md ├── 316. Remove Duplicate Letters.md ├── 32. Longest Valid Parentheses.md ├── 321. Create Maximum Number.md ├── 323. Number of Connected Components in an Undirected Graph.md ├── 329. Longest Increasing Path in a Matrix.md ├── 337. House Robber III.md ├── 339. Nested List Weight Sum.md ├── 347. Top K Frequent Elements.md ├── 354. Russian Doll Envelopes - Java.md ├── 354. Russian Doll Envelopes.md ├── 362. Design Hit Counter.md ├── 364. Nested List Weight Sum II.md ├── 376. Wiggle Subseqeunce.md ├── 392. Is Subsequence.md ├── 402. Remove K Digits.md ├── 403. Frog Jump (Hard).md ├── 406. Queue Reconstruction by Height.md ├── 409. Longest Palindrome.md ├── 41. First Missing Positive.md ├── 410. Split Array Largest Sum (Hard).md ├── 413. Arithmetic Slices.md ├── 416. Partition Equal Subset Sum.md ├── 417. Pacific Atlantic Water Flow.md ├── 42. Trapping Rain Water.md ├── 421. Maximum XOR of Two Numbers in an Array.md ├── 431. Encode N-ary Tree to Binary Tree (Hard).md ├── 434. Number of Segments in a String.md ├── 436. Find Right Interval.md ├── 449. Serialize and Deserialize BST.md ├── 45.JumpGameII.md ├── 450. Delete Node in a BST(Java).md ├── 450. Delete Node in a BST.md ├── 456. 132 Pattern.md ├── 458. Poor Pigs (Hard).md ├── 459. Repeated Substring Pattern.md ├── 468. Validate IP Address.md ├── 470. Implement Rand10() Using Rand7().md ├── 472. Concatenated Words.md ├── 474. Ones and Zeroes.md ├── 482.LicenseKeyFormatting.md ├── 489. Robot Room Cleaner (Hard).md ├── 495. Teemo Attacking.md ├── 498. Diagonal Traverse.md ├── 5. Longest Palindromic Substring.md ├── 510. In-order Successor in BST II.md ├── 516. Longest Palindromic Subsequence.md ├── 521. Longest Uncommon Subsequence I.md ├── 522. Longest Uncommon Subsequence II.md ├── 524. Longest Word in Dictionary through Deleting.md ├── 526. Beautiful Arrangement.md ├── 532. K-diff Pairs in an Array.md ├── 538. Convert BST to Greater Tree.md ├── 542. 01 Matrix.md ├── 556. Next Greater Element III.md ├── 563. Binary Tree Tilt.md ├── 575. Distribute Candies.md ├── 576. Out of Boundary Paths.md ├── 581. Shortest Unsorted Continous Subarray.md ├── 582. Kill Process.md ├── 593. Valid Square.md ├── 594. Longest Harmonious Subsequence.md ├── 621. Task Scheduler.md ├── 622. Design Circular Queue.md ├── 623. Add One Row to Tree.md ├── 624. Maximum Distance in Arrays.md ├── 637. Average of Levels in Binary Tree.md ├── 645. Set Mismatch.md ├── 647. Palindromic Substrings.md ├── 661. Image Smoother.md ├── 662. Maximum Width of Binary Tree.md ├── 670. Maximum Swap.md ├── 671. Second Minimum Node In a Binary Tree.md ├── 673. Number of Longest Increasing Subsequence.md ├── 679. 24 Game.md ├── 680. Valid Palindrome II.md ├── 692. Top K Frequent Words.md ├── 693. Binary Number with Alternating Bits.md ├── 698. Partition to K Equal Sum Subsets.md ├── 701. Insert into a Binary Search Tree.md ├── 702. Search in a Sorted Array of Unknown Size.md ├── 705. Design HashSet.md ├── 706. Design HashMap.md ├── 708. Insert into a Sorted Circular Linked List.md ├── 71. Simplify Path.md ├── 712. Minimum ASCII Delete Sum for Two Strings.md ├── 714. Best Time to Buy and Sell Stock with Transaction Fee.md ├── 718. Maximum Length of Repeated Subarray.md ├── 735. Asteroid Collision.md ├── 739. Daily Temperatures.md ├── 743. Network Delay Time.md ├── 759. Employee Free Time.md ├── 763. Partition Labels.md ├── 784. Letter Case Permutation.md ├── 799. Champagne Tower.md ├── 804. Unique Morse Code Words.md ├── 81. Search in Rotated Sorted Array II.md ├── 82. Remove Duplicates from Sorted List II.md ├── 821. Shortest Distance to a Character.md ├── 824. Goat Latin (easy).md ├── 828. Count Unique Characters of All Substrings.md ├── 83. 删除有序链表中的重复元素.md ├── 831. Masking Personal Information.md ├── 832. Flipping an Image.md ├── 841. Keys and Rooms.md ├── 844. Backspace String Compare.md ├── 845. Longest Mountain in Array.md ├── 849. Maximize Distance to Closest Person.md ├── 85. Maximum Rectangle.md ├── 856. Score of Parentheses.md ├── 86. Partition List.md ├── 863. All Nodes Distance K in Binary Tree.md ├── 870. Advantage Shuffle.md ├── 88. Merge Sorted Array.md ├── 880. Decoded String at Index.md ├── 881. Boats to Save People.md ├── 883. Projection Area of 3D Shapes.md ├── 887. Super Egg Drop.md ├── 895. Maximum Frequency Stack.md ├── 897. Increasing Order Search Tree.md ├── 902. Numbers At Most N Given Digit Set.md ├── 905. Sort Array By Parity.md ├── 91. Decode Ways.md ├── 910. Smallest Range II.md ├── 915. Partition Array into Disjoint Intervals.md ├── 916. Word Subsets.md ├── 92. Reverse Linked List II.md ├── 929.UniqueEmailAddresses.md ├── 934. Shortest Bridge.md ├── 938. Range Sum of BST.md ├── 946. Validate Stack Sequences.md ├── 948. Bag of Tokens.md ├── 952. Largest Component Size by Common Factor (Hard).md ├── 967. Numbers With Same Consecutive Differences.md ├── 97. Interleaving String (hard).md ├── 974. Subarray Sums Divisible by K.md ├── 980. Unique Paths III (Hard).md ├── 987. Vertical Order Traversal of a Binary Tree.md ├── 99. Recover Binary Search Tree.md ├── 991. Broken Calculator.md ├── Acwing 1455. 招聘.md ├── BinarySearch.java ├── src │ ├── 1413.java │ └── 495.java ├── template.md ├── 【Day 01】 2020-06-01 - 66. 加一.md ├── 【Day 02】 2020-06-02 - 75. 颜色分类.md ├── 【Day 03】 2020-06-03 - 1381. 设计一个支持增量操作的栈.md ├── 【Day 04】 2020-06-04 - 394. 字符串解码.md ├── 【Day 05】 2020-06-05 - 232. 用栈实现队列.md ├── 【Day 06】 2020-06-06 - 380. 常数时间插入、删除和获取随机元素.md ├── 【Day 07】 2020-06-07 - 206. 反转链表.md ├── 【Day 08】 2020-06-07 - 430. 扁平化多级双向链表.md ├── 【Day 09】 2020-06-09 - 109. 有序链表转换二叉搜索树.md ├── 【Day 10】 2020-06-10 - 160. 相交链表.md ├── 【Day 11】 2020-06-11 - 142. 环形链表 II.md ├── 【Day 12】- 146. LRU缓存机制.md ├── 【Day 13】- 104. 二叉树的最大深度.md ├── 【Day 14】- 100. 相同的树.md ├── 【Day 15】- 129. 求根到叶子节点数字之和.md ├── 【Day 16】- 513. 找树左下角的值.md ├── 【Day 17】- 105. 从前序与中序遍历序列构造二叉树.md ├── 【Day 18】 - 124. 二叉树中的最大路径和.md ├── 【Day19】- 1. 两数之和.md ├── 【Day20】 - 447. 回旋镖的数量.md ├── 【Day21】- 36. 有效的数独.md ├── 【Day22】- 645. 错误的集合.md ├── 【Day23】- 面试题04.01. 节点间通路.md ├── 【Graph】Course Schedule.md ├── 牛客网 - 迷宫寻路.md └── 鸡蛋硬度.md └── 算法模板代码 ├── 1091. Shortest Path in Binary Matrix.md ├── Combination Sum等.md ├── Dijkstra-堆优化.md ├── Trie 前缀树.md ├── acw_Java.java ├── spfa 求最短路.md ├── 二分查找.md ├── 单链表-数组写法.md ├── 单链表.java ├── 单链表的快速排序.md ├── 双链表.java ├── 字符串哈希.java ├── 并查集.java ├── 归并排序.java ├── 快速排序.java ├── 最大矩形.java ├── 最大连续子数组的和.md ├── 最长上升公共子序列.md ├── 最长连续不重复的子序列.md ├── 朴素Dijkstra.md ├── 树状数组.md ├── 模拟散列表.java ├── 牛客OJ.java ├── 直方图最大面积.java └── 股票买卖汇总.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/.gitignore -------------------------------------------------------------------------------- /Array.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/Array.md -------------------------------------------------------------------------------- /Design.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/Design.md -------------------------------------------------------------------------------- /Graph.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/Graph.md -------------------------------------------------------------------------------- /Grokking the Coding Interview/Top 'K' Elements.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/Grokking the Coding Interview/Top 'K' Elements.md -------------------------------------------------------------------------------- /Grokking the Coding Interview/Topological Sort.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/Grokking the Coding Interview/Topological Sort.md -------------------------------------------------------------------------------- /Knapsack/CompletePack.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/Knapsack/CompletePack.cpp -------------------------------------------------------------------------------- /Knapsack/Knapsack(compress).py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/Knapsack/Knapsack(compress).py -------------------------------------------------------------------------------- /Knapsack/Knapsack.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/Knapsack/Knapsack.py -------------------------------------------------------------------------------- /Knapsack/完全背包问题.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/Knapsack/完全背包问题.md -------------------------------------------------------------------------------- /LeetCode-Note.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/LeetCode-Note.md -------------------------------------------------------------------------------- /Ordered-Map.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/Ordered-Map.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/README.md -------------------------------------------------------------------------------- /SQL Excercise/175. Combine Two Tables.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/SQL Excercise/175. Combine Two Tables.md -------------------------------------------------------------------------------- /SQL Excercise/181. Employees Earning More Than Their Managers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/SQL Excercise/181. Employees Earning More Than Their Managers.md -------------------------------------------------------------------------------- /SQL Excercise/183. Customers Who Never Order.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/SQL Excercise/183. Customers Who Never Order.md -------------------------------------------------------------------------------- /SQL Excercise/197. Rising Temperature.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/SQL Excercise/197. Rising Temperature.md -------------------------------------------------------------------------------- /String.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/String.md -------------------------------------------------------------------------------- /binary-search.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/binary-search.md -------------------------------------------------------------------------------- /bit-manipulation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/bit-manipulation.md -------------------------------------------------------------------------------- /heap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/heap.md -------------------------------------------------------------------------------- /images/DP-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/images/DP-5.png -------------------------------------------------------------------------------- /images/image-20200603194353694.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/images/image-20200603194353694.png -------------------------------------------------------------------------------- /images/merge-intervals-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/images/merge-intervals-1.png -------------------------------------------------------------------------------- /images/merge-intervals-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/images/merge-intervals-2.png -------------------------------------------------------------------------------- /images/merge-intervals-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/images/merge-intervals-3.png -------------------------------------------------------------------------------- /images/two-pointers-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/images/two-pointers-1.png -------------------------------------------------------------------------------- /merge-intervals.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/merge-intervals.md -------------------------------------------------------------------------------- /recursion-backtracking.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/recursion-backtracking.md -------------------------------------------------------------------------------- /sliding-window.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/sliding-window.md -------------------------------------------------------------------------------- /stack.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/stack.md -------------------------------------------------------------------------------- /two-pointers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/two-pointers.md -------------------------------------------------------------------------------- /剑指Offer/剑指 Offer 12. 矩阵中的路径.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/剑指Offer/剑指 Offer 12. 矩阵中的路径.md -------------------------------------------------------------------------------- /剑指Offer/剑指 Offer 13. 机器人的运动范围.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/剑指Offer/剑指 Offer 13. 机器人的运动范围.md -------------------------------------------------------------------------------- /剑指Offer/剑指 Offer 21. 调整数组顺序使奇数位于偶数前面.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/剑指Offer/剑指 Offer 21. 调整数组顺序使奇数位于偶数前面.md -------------------------------------------------------------------------------- /标点符号英语名称.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/标点符号英语名称.md -------------------------------------------------------------------------------- /每日一题/1009. Complement of Base 10 Integer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/1009. Complement of Base 10 Integer.md -------------------------------------------------------------------------------- /每日一题/1010. Pairs of Songs With Total Durations Divisible by 60.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/1010. Pairs of Songs With Total Durations Divisible by 60.md -------------------------------------------------------------------------------- /每日一题/1015. Smallest Integer Divisible by K.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/1015. Smallest Integer Divisible by K.md -------------------------------------------------------------------------------- /每日一题/1023. Camelcase Matching.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/1023. Camelcase Matching.md -------------------------------------------------------------------------------- /每日一题/1026. Maximum Difference Between Node and Ancestor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/1026. Maximum Difference Between Node and Ancestor.md -------------------------------------------------------------------------------- /每日一题/1029. Two City Scheduling.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/1029. Two City Scheduling.md -------------------------------------------------------------------------------- /每日一题/1032. Stream of Characters.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/1032. Stream of Characters.md -------------------------------------------------------------------------------- /每日一题/1041. Robot Bounded In Circle.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/1041. Robot Bounded In Circle.md -------------------------------------------------------------------------------- /每日一题/1071. Greatest Common Divisor of Strings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/1071. Greatest Common Divisor of Strings.md -------------------------------------------------------------------------------- /每日一题/1074. Number of Submatrices That Sum to Target.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/1074. Number of Submatrices That Sum to Target.md -------------------------------------------------------------------------------- /每日一题/1094. Car Pooling.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/1094. Car Pooling.md -------------------------------------------------------------------------------- /每日一题/110. Balanced Binary Tree.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/110. Balanced Binary Tree.md -------------------------------------------------------------------------------- /每日一题/1103. Distribute Candies to People.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/1103. Distribute Candies to People.md -------------------------------------------------------------------------------- /每日一题/1143. Longest Common Subsequence.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/1143. Longest Common Subsequence.md -------------------------------------------------------------------------------- /每日一题/1147. Longest Chunked Palindrome Decomposition.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/1147. Longest Chunked Palindrome Decomposition.md -------------------------------------------------------------------------------- /每日一题/1153. String Transforms Into Another String.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/1153. String Transforms Into Another String.md -------------------------------------------------------------------------------- /每日一题/1155. Number of Dice Rolls With Target Sum.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/1155. Number of Dice Rolls With Target Sum.md -------------------------------------------------------------------------------- /每日一题/1165. Single-Row Keyboard.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/1165. Single-Row Keyboard.md -------------------------------------------------------------------------------- /每日一题/1198. Find Smallest Common Element in All Rows.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/1198. Find Smallest Common Element in All Rows.md -------------------------------------------------------------------------------- /每日一题/1222. Queens That Can Attack the King.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/1222. Queens That Can Attack the King.md -------------------------------------------------------------------------------- /每日一题/1249. Minimum Remove to Make Valid Parentheses.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/1249. Minimum Remove to Make Valid Parentheses.md -------------------------------------------------------------------------------- /每日一题/1257. Smallest Common Region.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/1257. Smallest Common Region.md -------------------------------------------------------------------------------- /每日一题/1272. Remove Interval.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/1272. Remove Interval.md -------------------------------------------------------------------------------- /每日一题/1291. Sequential Digits.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/1291. Sequential Digits.md -------------------------------------------------------------------------------- /每日一题/1302. Deepest Leaves Sum.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/1302. Deepest Leaves Sum.md -------------------------------------------------------------------------------- /每日一题/1312. Minimum Insertion Steps to Make a String Palindrome.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/1312. Minimum Insertion Steps to Make a String Palindrome.md -------------------------------------------------------------------------------- /每日一题/1316. Distinct Echo Substrings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/1316. Distinct Echo Substrings.md -------------------------------------------------------------------------------- /每日一题/1329. Sort the Matrix Diagonally.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/1329. Sort the Matrix Diagonally.md -------------------------------------------------------------------------------- /每日一题/133. Clone Graph.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/133. Clone Graph.md -------------------------------------------------------------------------------- /每日一题/1332. Remove Palindrome Subsequences.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/1332. Remove Palindrome Subsequences.md -------------------------------------------------------------------------------- /每日一题/1334. Find the City With the Smallest Number of Neighbors at a Threshold Distance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/1334. Find the City With the Smallest Number of Neighbors at a Threshold Distance.md -------------------------------------------------------------------------------- /每日一题/1335. Minimum Difficulty of a Job Schedule (DP-hard).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/1335. Minimum Difficulty of a Job Schedule (DP-hard).md -------------------------------------------------------------------------------- /每日一题/1337. The K Weakest Rows in a Matrix.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/1337. The K Weakest Rows in a Matrix.md -------------------------------------------------------------------------------- /每日一题/135. Candy(hard).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/135. Candy(hard).md -------------------------------------------------------------------------------- /每日一题/139. Word Break.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/139. Word Break.md -------------------------------------------------------------------------------- /每日一题/1396. Design Underground System.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/1396. Design Underground System.md -------------------------------------------------------------------------------- /每日一题/1413. Minimum Value to Get Positive Step by Step Sum.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/1413. Minimum Value to Get Positive Step by Step Sum.md -------------------------------------------------------------------------------- /每日一题/1423. Maximum Points You Can Obtain from Cards.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/1423. Maximum Points You Can Obtain from Cards.md -------------------------------------------------------------------------------- /每日一题/1437. Check If All 1's Are at Least Length K Places Away.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/1437. Check If All 1's Are at Least Length K Places Away.md -------------------------------------------------------------------------------- /每日一题/1446. Consecutive Characters.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/1446. Consecutive Characters.md -------------------------------------------------------------------------------- /每日一题/147. Insertion Sort List.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/147. Insertion Sort List.md -------------------------------------------------------------------------------- /每日一题/1481. Least Number of Unique Integers after K Removals.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/1481. Least Number of Unique Integers after K Removals.md -------------------------------------------------------------------------------- /每日一题/1503. Last Moment Before All Ants Fall Out of a Plank.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/1503. Last Moment Before All Ants Fall Out of a Plank.md -------------------------------------------------------------------------------- /每日一题/1504.CountSubmatricesWithAllOnes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/1504.CountSubmatricesWithAllOnes.md -------------------------------------------------------------------------------- /每日一题/1505. Minimum Possible Integer After at Most K Adjacent Swaps On Digits.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/1505. Minimum Possible Integer After at Most K Adjacent Swaps On Digits.md -------------------------------------------------------------------------------- /每日一题/1506. Find Root of N-Ary Tree.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/1506. Find Root of N-Ary Tree.md -------------------------------------------------------------------------------- /每日一题/1510. Stone Game IV.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/1510. Stone Game IV.md -------------------------------------------------------------------------------- /每日一题/1524. Number of Sub-arrays With Odd Sum.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/1524. Number of Sub-arrays With Odd Sum.md -------------------------------------------------------------------------------- /每日一题/1537. Get the Maximum Score.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/1537. Get the Maximum Score.md -------------------------------------------------------------------------------- /每日一题/155. Min Stack.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/155. Min Stack.md -------------------------------------------------------------------------------- /每日一题/1551. Minimum Operations to Make Array Equal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/1551. Minimum Operations to Make Array Equal.md -------------------------------------------------------------------------------- /每日一题/1566. Detect Pattern of Length M Repeated K or More Times.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/1566. Detect Pattern of Length M Repeated K or More Times.md -------------------------------------------------------------------------------- /每日一题/161. One Edit Distance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/161. One Edit Distance.md -------------------------------------------------------------------------------- /每日一题/1631. Path With Minimum Effort.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/1631. Path With Minimum Effort.md -------------------------------------------------------------------------------- /每日一题/1636. Sort Array by Increasing Frequency (easy).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/1636. Sort Array by Increasing Frequency (easy).md -------------------------------------------------------------------------------- /每日一题/164. Maximum Gap (Hard).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/164. Maximum Gap (Hard).md -------------------------------------------------------------------------------- /每日一题/1640. Check Array Formation Through Concatenation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/1640. Check Array Formation Through Concatenation.md -------------------------------------------------------------------------------- /每日一题/1641. Count Sorted Vowel Strings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/1641. Count Sorted Vowel Strings.md -------------------------------------------------------------------------------- /每日一题/1646. Get Maximum in Generated Array.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/1646. Get Maximum in Generated Array.md -------------------------------------------------------------------------------- /每日一题/165. Compare Version Numbers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/165. Compare Version Numbers.md -------------------------------------------------------------------------------- /每日一题/1657. Determine if Two Strings Are Close.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/1657. Determine if Two Strings Are Close.md -------------------------------------------------------------------------------- /每日一题/1658. Minimum Operations to Reduce X to Zero.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/1658. Minimum Operations to Reduce X to Zero.md -------------------------------------------------------------------------------- /每日一题/1662. Check If Two String Arrays are Equivalent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/1662. Check If Two String Arrays are Equivalent.md -------------------------------------------------------------------------------- /每日一题/1663. Smallest String With A Given Numeric Value.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/1663. Smallest String With A Given Numeric Value.md -------------------------------------------------------------------------------- /每日一题/1679. Max Number of K-Sum Pairs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/1679. Max Number of K-Sum Pairs.md -------------------------------------------------------------------------------- /每日一题/168. Excel Sheet Column Title.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/168. Excel Sheet Column Title.md -------------------------------------------------------------------------------- /每日一题/1694. Reformat Phone Number.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/1694. Reformat Phone Number.md -------------------------------------------------------------------------------- /每日一题/1703. Minimum Adjacent Swaps for K Consecutive Ones (Hard).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/1703. Minimum Adjacent Swaps for K Consecutive Ones (Hard).md -------------------------------------------------------------------------------- /每日一题/1706. Where Will the Ball Fall.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/1706. Where Will the Ball Fall.md -------------------------------------------------------------------------------- /每日一题/1713. Minimum Operations to Make a Subsequence.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/1713. Minimum Operations to Make a Subsequence.md -------------------------------------------------------------------------------- /每日一题/1717. Maximum Score From Removing Substrings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/1717. Maximum Score From Removing Substrings.md -------------------------------------------------------------------------------- /每日一题/1718. Construct the Lexicographically Largest Valid Sequence.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/1718. Construct the Lexicographically Largest Valid Sequence.md -------------------------------------------------------------------------------- /每日一题/1721. Swapping Nodes in a Linked List.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/1721. Swapping Nodes in a Linked List.md -------------------------------------------------------------------------------- /每日一题/1723. Find Minimum Time to Finish All Jobs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/1723. Find Minimum Time to Finish All Jobs.md -------------------------------------------------------------------------------- /每日一题/1725. Number Of Rectangles That Can Form The Largest Square.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/1725. Number Of Rectangles That Can Form The Largest Square.md -------------------------------------------------------------------------------- /每日一题/1727. Largest Submatrix With Rearrangements.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/1727. Largest Submatrix With Rearrangements.md -------------------------------------------------------------------------------- /每日一题/1730. Shortest Path to Get Food.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/1730. Shortest Path to Get Food.md -------------------------------------------------------------------------------- /每日一题/1740. Find Distance in a Binary Tree.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/1740. Find Distance in a Binary Tree.md -------------------------------------------------------------------------------- /每日一题/1743. Restore the Array From Adjacent Pairs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/1743. Restore the Array From Adjacent Pairs.md -------------------------------------------------------------------------------- /每日一题/1745. Palindrome Partitioning IV.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/1745. Palindrome Partitioning IV.md -------------------------------------------------------------------------------- /每日一题/1755. Closest Subsequence Sum.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/1755. Closest Subsequence Sum.md -------------------------------------------------------------------------------- /每日一题/1758. Minimum Changes To Make Alternating Binary String.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/1758. Minimum Changes To Make Alternating Binary String.md -------------------------------------------------------------------------------- /每日一题/1760. Minimum Limit of Balls in a Bag.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/1760. Minimum Limit of Balls in a Bag.md -------------------------------------------------------------------------------- /每日一题/1761. Minimum Degree of a Connected Trio in a Graph.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/1761. Minimum Degree of a Connected Trio in a Graph.md -------------------------------------------------------------------------------- /每日一题/1762. Buildings With an Ocean View.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/1762. Buildings With an Ocean View.md -------------------------------------------------------------------------------- /每日一题/1763. Longest Nice Substring.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/1763. Longest Nice Substring.md -------------------------------------------------------------------------------- /每日一题/1764. Form Array by Concatenating Subarrays of Another Array.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/1764. Form Array by Concatenating Subarrays of Another Array.md -------------------------------------------------------------------------------- /每日一题/1765. Map of Highest Peak.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/1765. Map of Highest Peak.md -------------------------------------------------------------------------------- /每日一题/1786. Number of Restricted Paths From First to Last Node.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/1786. Number of Restricted Paths From First to Last Node.md -------------------------------------------------------------------------------- /每日一题/179. Largest Number.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/179. Largest Number.md -------------------------------------------------------------------------------- /每日一题/1792. Maximum Average Pass Ratio.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/1792. Maximum Average Pass Ratio.md -------------------------------------------------------------------------------- /每日一题/1799. Maximize Score After N Operations.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/1799. Maximize Score After N Operations.md -------------------------------------------------------------------------------- /每日一题/1801. Number of Orders in the Backlog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/1801. Number of Orders in the Backlog.md -------------------------------------------------------------------------------- /每日一题/1816. Truncate Sentence.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/1816. Truncate Sentence.md -------------------------------------------------------------------------------- /每日一题/1817. Finding the Users Active Minutes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/1817. Finding the Users Active Minutes.md -------------------------------------------------------------------------------- /每日一题/1822. Sign of the Product of an Array.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/1822. Sign of the Product of an Array.md -------------------------------------------------------------------------------- /每日一题/1827. Minimum Operations to Make the Array Increasing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/1827. Minimum Operations to Make the Array Increasing.md -------------------------------------------------------------------------------- /每日一题/1832. Check if the Sentence Is Pangram.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/1832. Check if the Sentence Is Pangram.md -------------------------------------------------------------------------------- /每日一题/1837. Sum of Digits in Base K.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/1837. Sum of Digits in Base K.md -------------------------------------------------------------------------------- /每日一题/1844. Replace All Digits with Characters.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/1844. Replace All Digits with Characters.md -------------------------------------------------------------------------------- /每日一题/1848. Minimum Distance to the Target Element.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/1848. Minimum Distance to the Target Element.md -------------------------------------------------------------------------------- /每日一题/1849. Splitting a String Into Descending Consecutive Values.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/1849. Splitting a String Into Descending Consecutive Values.md -------------------------------------------------------------------------------- /每日一题/1852. Distinct Numbers in Each Subarray.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/1852. Distinct Numbers in Each Subarray.md -------------------------------------------------------------------------------- /每日一题/1854. Maximum Population Year.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/1854. Maximum Population Year.md -------------------------------------------------------------------------------- /每日一题/1855. Maximum Distance Between a Pair of Values.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/1855. Maximum Distance Between a Pair of Values.md -------------------------------------------------------------------------------- /每日一题/1856. Maximum Subarray Min-Product.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/1856. Maximum Subarray Min-Product.md -------------------------------------------------------------------------------- /每日一题/1858. Longest Word With All Prefixes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/1858. Longest Word With All Prefixes.md -------------------------------------------------------------------------------- /每日一题/1859. Sorting the Sentence.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/1859. Sorting the Sentence.md -------------------------------------------------------------------------------- /每日一题/1863. Sum of All Subset XOR Totals.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/1863. Sum of All Subset XOR Totals.md -------------------------------------------------------------------------------- /每日一题/1869. Longer Contiguous Segments of Ones than Zeros.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/1869. Longer Contiguous Segments of Ones than Zeros.md -------------------------------------------------------------------------------- /每日一题/187. Repeated DNA Sequences.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/187. Repeated DNA Sequences.md -------------------------------------------------------------------------------- /每日一题/1870. Minimum Speed to Arrive on Time.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/1870. Minimum Speed to Arrive on Time.md -------------------------------------------------------------------------------- /每日一题/1871. Jump Game VII.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/1871. Jump Game VII.md -------------------------------------------------------------------------------- /每日一题/1880. Check if Word Equals Summation of Two Words.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/1880. Check if Word Equals Summation of Two Words.md -------------------------------------------------------------------------------- /每日一题/1881. Maximum Value after Insertion.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/1881. Maximum Value after Insertion.md -------------------------------------------------------------------------------- /每日一题/19. Remove Nth Node From End of List.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/19. Remove Nth Node From End of List.md -------------------------------------------------------------------------------- /每日一题/191. Number of 1 Bits.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/191. Number of 1 Bits.md -------------------------------------------------------------------------------- /每日一题/199. Binary Tree Right Side View.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/199. Binary Tree Right Side View.md -------------------------------------------------------------------------------- /每日一题/2. Add Two Numbers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/2. Add Two Numbers.md -------------------------------------------------------------------------------- /每日一题/20. Valid Parentheses.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/20. Valid Parentheses.md -------------------------------------------------------------------------------- /每日一题/2000. Reverse Prefix of Word.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/2000. Reverse Prefix of Word.md -------------------------------------------------------------------------------- /每日一题/2011. Final Value of Variable After Performing Operations.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/2011. Final Value of Variable After Performing Operations.md -------------------------------------------------------------------------------- /每日一题/2016. Maximum Difference Between Increasing Elements.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/2016. Maximum Difference Between Increasing Elements.md -------------------------------------------------------------------------------- /每日一题/2032. Two Out of Three.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/2032. Two Out of Three.md -------------------------------------------------------------------------------- /每日一题/2042. Check if Numbers Are Ascending in a Sentence.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/2042. Check if Numbers Are Ascending in a Sentence.md -------------------------------------------------------------------------------- /每日一题/205. Isomorphic Strings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/205. Isomorphic Strings.md -------------------------------------------------------------------------------- /每日一题/2058. Find the Minimum and Maximum Number of Nodes Between Critical Points.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/2058. Find the Minimum and Maximum Number of Nodes Between Critical Points.md -------------------------------------------------------------------------------- /每日一题/21. Merge Two Sorted Lists.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/21. Merge Two Sorted Lists.md -------------------------------------------------------------------------------- /每日一题/216. Combination Sum III.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/216. Combination Sum III.md -------------------------------------------------------------------------------- /每日一题/22. Generate Parentheses.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/22. Generate Parentheses.md -------------------------------------------------------------------------------- /每日一题/2216. Minimum Deletions to Make Array Beautiful.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/2216. Minimum Deletions to Make Array Beautiful.md -------------------------------------------------------------------------------- /每日一题/228. Summary Ranges.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/228. Summary Ranges.md -------------------------------------------------------------------------------- /每日一题/234. Palindrome Linked List.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/234. Palindrome Linked List.md -------------------------------------------------------------------------------- /每日一题/240. Search a 2D Matrix II.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/240. Search a 2D Matrix II.md -------------------------------------------------------------------------------- /每日一题/243. Shortest Word Distance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/243. Shortest Word Distance.md -------------------------------------------------------------------------------- /每日一题/244. Shortest Word Distance II.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/244. Shortest Word Distance II.md -------------------------------------------------------------------------------- /每日一题/246. Strobogrammatic Number.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/246. Strobogrammatic Number.md -------------------------------------------------------------------------------- /每日一题/261. Graph Valid Tree.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/261. Graph Valid Tree.md -------------------------------------------------------------------------------- /每日一题/268. Missing Number.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/268. Missing Number.md -------------------------------------------------------------------------------- /每日一题/285. Inorder Successor in BST.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/285. Inorder Successor in BST.md -------------------------------------------------------------------------------- /每日一题/287. Find the Duplicate Numeber.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/287. Find the Duplicate Numeber.md -------------------------------------------------------------------------------- /每日一题/290. Word Pattern.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/290. Word Pattern.md -------------------------------------------------------------------------------- /每日一题/295. Find Median from Data Stream.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/295. Find Median from Data Stream.md -------------------------------------------------------------------------------- /每日一题/301. Remove Invalid Parentheses.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/301. Remove Invalid Parentheses.md -------------------------------------------------------------------------------- /每日一题/316. Remove Duplicate Letters.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/316. Remove Duplicate Letters.md -------------------------------------------------------------------------------- /每日一题/32. Longest Valid Parentheses.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/32. Longest Valid Parentheses.md -------------------------------------------------------------------------------- /每日一题/321. Create Maximum Number.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/321. Create Maximum Number.md -------------------------------------------------------------------------------- /每日一题/323. Number of Connected Components in an Undirected Graph.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/323. Number of Connected Components in an Undirected Graph.md -------------------------------------------------------------------------------- /每日一题/329. Longest Increasing Path in a Matrix.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/329. Longest Increasing Path in a Matrix.md -------------------------------------------------------------------------------- /每日一题/337. House Robber III.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/337. House Robber III.md -------------------------------------------------------------------------------- /每日一题/339. Nested List Weight Sum.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/339. Nested List Weight Sum.md -------------------------------------------------------------------------------- /每日一题/347. Top K Frequent Elements.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/347. Top K Frequent Elements.md -------------------------------------------------------------------------------- /每日一题/354. Russian Doll Envelopes - Java.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/354. Russian Doll Envelopes - Java.md -------------------------------------------------------------------------------- /每日一题/354. Russian Doll Envelopes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/354. Russian Doll Envelopes.md -------------------------------------------------------------------------------- /每日一题/362. Design Hit Counter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/362. Design Hit Counter.md -------------------------------------------------------------------------------- /每日一题/364. Nested List Weight Sum II.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/364. Nested List Weight Sum II.md -------------------------------------------------------------------------------- /每日一题/376. Wiggle Subseqeunce.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/376. Wiggle Subseqeunce.md -------------------------------------------------------------------------------- /每日一题/392. Is Subsequence.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/392. Is Subsequence.md -------------------------------------------------------------------------------- /每日一题/402. Remove K Digits.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/402. Remove K Digits.md -------------------------------------------------------------------------------- /每日一题/403. Frog Jump (Hard).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/403. Frog Jump (Hard).md -------------------------------------------------------------------------------- /每日一题/406. Queue Reconstruction by Height.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/406. Queue Reconstruction by Height.md -------------------------------------------------------------------------------- /每日一题/409. Longest Palindrome.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/409. Longest Palindrome.md -------------------------------------------------------------------------------- /每日一题/41. First Missing Positive.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/41. First Missing Positive.md -------------------------------------------------------------------------------- /每日一题/410. Split Array Largest Sum (Hard).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/410. Split Array Largest Sum (Hard).md -------------------------------------------------------------------------------- /每日一题/413. Arithmetic Slices.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/413. Arithmetic Slices.md -------------------------------------------------------------------------------- /每日一题/416. Partition Equal Subset Sum.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/416. Partition Equal Subset Sum.md -------------------------------------------------------------------------------- /每日一题/417. Pacific Atlantic Water Flow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/417. Pacific Atlantic Water Flow.md -------------------------------------------------------------------------------- /每日一题/42. Trapping Rain Water.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/42. Trapping Rain Water.md -------------------------------------------------------------------------------- /每日一题/421. Maximum XOR of Two Numbers in an Array.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/421. Maximum XOR of Two Numbers in an Array.md -------------------------------------------------------------------------------- /每日一题/431. Encode N-ary Tree to Binary Tree (Hard).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/431. Encode N-ary Tree to Binary Tree (Hard).md -------------------------------------------------------------------------------- /每日一题/434. Number of Segments in a String.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/434. Number of Segments in a String.md -------------------------------------------------------------------------------- /每日一题/436. Find Right Interval.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/436. Find Right Interval.md -------------------------------------------------------------------------------- /每日一题/449. Serialize and Deserialize BST.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/449. Serialize and Deserialize BST.md -------------------------------------------------------------------------------- /每日一题/45.JumpGameII.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/45.JumpGameII.md -------------------------------------------------------------------------------- /每日一题/450. Delete Node in a BST(Java).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/450. Delete Node in a BST(Java).md -------------------------------------------------------------------------------- /每日一题/450. Delete Node in a BST.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/450. Delete Node in a BST.md -------------------------------------------------------------------------------- /每日一题/456. 132 Pattern.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/456. 132 Pattern.md -------------------------------------------------------------------------------- /每日一题/458. Poor Pigs (Hard).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/458. Poor Pigs (Hard).md -------------------------------------------------------------------------------- /每日一题/459. Repeated Substring Pattern.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/459. Repeated Substring Pattern.md -------------------------------------------------------------------------------- /每日一题/468. Validate IP Address.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/468. Validate IP Address.md -------------------------------------------------------------------------------- /每日一题/470. Implement Rand10() Using Rand7().md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/470. Implement Rand10() Using Rand7().md -------------------------------------------------------------------------------- /每日一题/472. Concatenated Words.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/472. Concatenated Words.md -------------------------------------------------------------------------------- /每日一题/474. Ones and Zeroes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/474. Ones and Zeroes.md -------------------------------------------------------------------------------- /每日一题/482.LicenseKeyFormatting.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/482.LicenseKeyFormatting.md -------------------------------------------------------------------------------- /每日一题/489. Robot Room Cleaner (Hard).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/489. Robot Room Cleaner (Hard).md -------------------------------------------------------------------------------- /每日一题/495. Teemo Attacking.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/495. Teemo Attacking.md -------------------------------------------------------------------------------- /每日一题/498. Diagonal Traverse.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/498. Diagonal Traverse.md -------------------------------------------------------------------------------- /每日一题/5. Longest Palindromic Substring.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/5. Longest Palindromic Substring.md -------------------------------------------------------------------------------- /每日一题/510. In-order Successor in BST II.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/510. In-order Successor in BST II.md -------------------------------------------------------------------------------- /每日一题/516. Longest Palindromic Subsequence.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/516. Longest Palindromic Subsequence.md -------------------------------------------------------------------------------- /每日一题/521. Longest Uncommon Subsequence I.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/521. Longest Uncommon Subsequence I.md -------------------------------------------------------------------------------- /每日一题/522. Longest Uncommon Subsequence II.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/522. Longest Uncommon Subsequence II.md -------------------------------------------------------------------------------- /每日一题/524. Longest Word in Dictionary through Deleting.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/524. Longest Word in Dictionary through Deleting.md -------------------------------------------------------------------------------- /每日一题/526. Beautiful Arrangement.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/526. Beautiful Arrangement.md -------------------------------------------------------------------------------- /每日一题/532. K-diff Pairs in an Array.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/532. K-diff Pairs in an Array.md -------------------------------------------------------------------------------- /每日一题/538. Convert BST to Greater Tree.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/538. Convert BST to Greater Tree.md -------------------------------------------------------------------------------- /每日一题/542. 01 Matrix.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/542. 01 Matrix.md -------------------------------------------------------------------------------- /每日一题/556. Next Greater Element III.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/556. Next Greater Element III.md -------------------------------------------------------------------------------- /每日一题/563. Binary Tree Tilt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/563. Binary Tree Tilt.md -------------------------------------------------------------------------------- /每日一题/575. Distribute Candies.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/575. Distribute Candies.md -------------------------------------------------------------------------------- /每日一题/576. Out of Boundary Paths.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/576. Out of Boundary Paths.md -------------------------------------------------------------------------------- /每日一题/581. Shortest Unsorted Continous Subarray.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/581. Shortest Unsorted Continous Subarray.md -------------------------------------------------------------------------------- /每日一题/582. Kill Process.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/582. Kill Process.md -------------------------------------------------------------------------------- /每日一题/593. Valid Square.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/593. Valid Square.md -------------------------------------------------------------------------------- /每日一题/594. Longest Harmonious Subsequence.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/594. Longest Harmonious Subsequence.md -------------------------------------------------------------------------------- /每日一题/621. Task Scheduler.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/621. Task Scheduler.md -------------------------------------------------------------------------------- /每日一题/622. Design Circular Queue.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/622. Design Circular Queue.md -------------------------------------------------------------------------------- /每日一题/623. Add One Row to Tree.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/623. Add One Row to Tree.md -------------------------------------------------------------------------------- /每日一题/624. Maximum Distance in Arrays.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/624. Maximum Distance in Arrays.md -------------------------------------------------------------------------------- /每日一题/637. Average of Levels in Binary Tree.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/637. Average of Levels in Binary Tree.md -------------------------------------------------------------------------------- /每日一题/645. Set Mismatch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/645. Set Mismatch.md -------------------------------------------------------------------------------- /每日一题/647. Palindromic Substrings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/647. Palindromic Substrings.md -------------------------------------------------------------------------------- /每日一题/661. Image Smoother.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/661. Image Smoother.md -------------------------------------------------------------------------------- /每日一题/662. Maximum Width of Binary Tree.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/662. Maximum Width of Binary Tree.md -------------------------------------------------------------------------------- /每日一题/670. Maximum Swap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/670. Maximum Swap.md -------------------------------------------------------------------------------- /每日一题/671. Second Minimum Node In a Binary Tree.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/671. Second Minimum Node In a Binary Tree.md -------------------------------------------------------------------------------- /每日一题/673. Number of Longest Increasing Subsequence.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/673. Number of Longest Increasing Subsequence.md -------------------------------------------------------------------------------- /每日一题/679. 24 Game.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/679. 24 Game.md -------------------------------------------------------------------------------- /每日一题/680. Valid Palindrome II.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/680. Valid Palindrome II.md -------------------------------------------------------------------------------- /每日一题/692. Top K Frequent Words.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/692. Top K Frequent Words.md -------------------------------------------------------------------------------- /每日一题/693. Binary Number with Alternating Bits.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/693. Binary Number with Alternating Bits.md -------------------------------------------------------------------------------- /每日一题/698. Partition to K Equal Sum Subsets.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/698. Partition to K Equal Sum Subsets.md -------------------------------------------------------------------------------- /每日一题/701. Insert into a Binary Search Tree.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/701. Insert into a Binary Search Tree.md -------------------------------------------------------------------------------- /每日一题/702. Search in a Sorted Array of Unknown Size.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/702. Search in a Sorted Array of Unknown Size.md -------------------------------------------------------------------------------- /每日一题/705. Design HashSet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/705. Design HashSet.md -------------------------------------------------------------------------------- /每日一题/706. Design HashMap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/706. Design HashMap.md -------------------------------------------------------------------------------- /每日一题/708. Insert into a Sorted Circular Linked List.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/708. Insert into a Sorted Circular Linked List.md -------------------------------------------------------------------------------- /每日一题/71. Simplify Path.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/71. Simplify Path.md -------------------------------------------------------------------------------- /每日一题/712. Minimum ASCII Delete Sum for Two Strings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/712. Minimum ASCII Delete Sum for Two Strings.md -------------------------------------------------------------------------------- /每日一题/714. Best Time to Buy and Sell Stock with Transaction Fee.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/714. Best Time to Buy and Sell Stock with Transaction Fee.md -------------------------------------------------------------------------------- /每日一题/718. Maximum Length of Repeated Subarray.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/718. Maximum Length of Repeated Subarray.md -------------------------------------------------------------------------------- /每日一题/735. Asteroid Collision.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/735. Asteroid Collision.md -------------------------------------------------------------------------------- /每日一题/739. Daily Temperatures.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/739. Daily Temperatures.md -------------------------------------------------------------------------------- /每日一题/743. Network Delay Time.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/743. Network Delay Time.md -------------------------------------------------------------------------------- /每日一题/759. Employee Free Time.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/759. Employee Free Time.md -------------------------------------------------------------------------------- /每日一题/763. Partition Labels.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/763. Partition Labels.md -------------------------------------------------------------------------------- /每日一题/784. Letter Case Permutation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/784. Letter Case Permutation.md -------------------------------------------------------------------------------- /每日一题/799. Champagne Tower.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/799. Champagne Tower.md -------------------------------------------------------------------------------- /每日一题/804. Unique Morse Code Words.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/804. Unique Morse Code Words.md -------------------------------------------------------------------------------- /每日一题/81. Search in Rotated Sorted Array II.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/81. Search in Rotated Sorted Array II.md -------------------------------------------------------------------------------- /每日一题/82. Remove Duplicates from Sorted List II.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/82. Remove Duplicates from Sorted List II.md -------------------------------------------------------------------------------- /每日一题/821. Shortest Distance to a Character.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/821. Shortest Distance to a Character.md -------------------------------------------------------------------------------- /每日一题/824. Goat Latin (easy).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/824. Goat Latin (easy).md -------------------------------------------------------------------------------- /每日一题/828. Count Unique Characters of All Substrings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/828. Count Unique Characters of All Substrings.md -------------------------------------------------------------------------------- /每日一题/83. 删除有序链表中的重复元素.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/83. 删除有序链表中的重复元素.md -------------------------------------------------------------------------------- /每日一题/831. Masking Personal Information.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/831. Masking Personal Information.md -------------------------------------------------------------------------------- /每日一题/832. Flipping an Image.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/832. Flipping an Image.md -------------------------------------------------------------------------------- /每日一题/841. Keys and Rooms.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/841. Keys and Rooms.md -------------------------------------------------------------------------------- /每日一题/844. Backspace String Compare.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/844. Backspace String Compare.md -------------------------------------------------------------------------------- /每日一题/845. Longest Mountain in Array.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/845. Longest Mountain in Array.md -------------------------------------------------------------------------------- /每日一题/849. Maximize Distance to Closest Person.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/849. Maximize Distance to Closest Person.md -------------------------------------------------------------------------------- /每日一题/85. Maximum Rectangle.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/85. Maximum Rectangle.md -------------------------------------------------------------------------------- /每日一题/856. Score of Parentheses.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/856. Score of Parentheses.md -------------------------------------------------------------------------------- /每日一题/86. Partition List.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/86. Partition List.md -------------------------------------------------------------------------------- /每日一题/863. All Nodes Distance K in Binary Tree.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/863. All Nodes Distance K in Binary Tree.md -------------------------------------------------------------------------------- /每日一题/870. Advantage Shuffle.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/870. Advantage Shuffle.md -------------------------------------------------------------------------------- /每日一题/88. Merge Sorted Array.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/88. Merge Sorted Array.md -------------------------------------------------------------------------------- /每日一题/880. Decoded String at Index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/880. Decoded String at Index.md -------------------------------------------------------------------------------- /每日一题/881. Boats to Save People.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/881. Boats to Save People.md -------------------------------------------------------------------------------- /每日一题/883. Projection Area of 3D Shapes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/883. Projection Area of 3D Shapes.md -------------------------------------------------------------------------------- /每日一题/887. Super Egg Drop.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/887. Super Egg Drop.md -------------------------------------------------------------------------------- /每日一题/895. Maximum Frequency Stack.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/895. Maximum Frequency Stack.md -------------------------------------------------------------------------------- /每日一题/897. Increasing Order Search Tree.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/897. Increasing Order Search Tree.md -------------------------------------------------------------------------------- /每日一题/902. Numbers At Most N Given Digit Set.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/902. Numbers At Most N Given Digit Set.md -------------------------------------------------------------------------------- /每日一题/905. Sort Array By Parity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/905. Sort Array By Parity.md -------------------------------------------------------------------------------- /每日一题/91. Decode Ways.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/91. Decode Ways.md -------------------------------------------------------------------------------- /每日一题/910. Smallest Range II.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/910. Smallest Range II.md -------------------------------------------------------------------------------- /每日一题/915. Partition Array into Disjoint Intervals.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/915. Partition Array into Disjoint Intervals.md -------------------------------------------------------------------------------- /每日一题/916. Word Subsets.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/916. Word Subsets.md -------------------------------------------------------------------------------- /每日一题/92. Reverse Linked List II.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/92. Reverse Linked List II.md -------------------------------------------------------------------------------- /每日一题/929.UniqueEmailAddresses.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/929.UniqueEmailAddresses.md -------------------------------------------------------------------------------- /每日一题/934. Shortest Bridge.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/934. Shortest Bridge.md -------------------------------------------------------------------------------- /每日一题/938. Range Sum of BST.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/938. Range Sum of BST.md -------------------------------------------------------------------------------- /每日一题/946. Validate Stack Sequences.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/946. Validate Stack Sequences.md -------------------------------------------------------------------------------- /每日一题/948. Bag of Tokens.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/948. Bag of Tokens.md -------------------------------------------------------------------------------- /每日一题/952. Largest Component Size by Common Factor (Hard).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/952. Largest Component Size by Common Factor (Hard).md -------------------------------------------------------------------------------- /每日一题/967. Numbers With Same Consecutive Differences.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/967. Numbers With Same Consecutive Differences.md -------------------------------------------------------------------------------- /每日一题/97. Interleaving String (hard).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/97. Interleaving String (hard).md -------------------------------------------------------------------------------- /每日一题/974. Subarray Sums Divisible by K.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/974. Subarray Sums Divisible by K.md -------------------------------------------------------------------------------- /每日一题/980. Unique Paths III (Hard).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/980. Unique Paths III (Hard).md -------------------------------------------------------------------------------- /每日一题/987. Vertical Order Traversal of a Binary Tree.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/987. Vertical Order Traversal of a Binary Tree.md -------------------------------------------------------------------------------- /每日一题/99. Recover Binary Search Tree.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/99. Recover Binary Search Tree.md -------------------------------------------------------------------------------- /每日一题/991. Broken Calculator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/991. Broken Calculator.md -------------------------------------------------------------------------------- /每日一题/Acwing 1455. 招聘.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/Acwing 1455. 招聘.md -------------------------------------------------------------------------------- /每日一题/BinarySearch.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/BinarySearch.java -------------------------------------------------------------------------------- /每日一题/src/1413.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/src/1413.java -------------------------------------------------------------------------------- /每日一题/src/495.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/src/495.java -------------------------------------------------------------------------------- /每日一题/template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/template.md -------------------------------------------------------------------------------- /每日一题/【Day 01】 2020-06-01 - 66. 加一.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/【Day 01】 2020-06-01 - 66. 加一.md -------------------------------------------------------------------------------- /每日一题/【Day 02】 2020-06-02 - 75. 颜色分类.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/【Day 02】 2020-06-02 - 75. 颜色分类.md -------------------------------------------------------------------------------- /每日一题/【Day 03】 2020-06-03 - 1381. 设计一个支持增量操作的栈.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/【Day 03】 2020-06-03 - 1381. 设计一个支持增量操作的栈.md -------------------------------------------------------------------------------- /每日一题/【Day 04】 2020-06-04 - 394. 字符串解码.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/【Day 04】 2020-06-04 - 394. 字符串解码.md -------------------------------------------------------------------------------- /每日一题/【Day 05】 2020-06-05 - 232. 用栈实现队列.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/【Day 05】 2020-06-05 - 232. 用栈实现队列.md -------------------------------------------------------------------------------- /每日一题/【Day 06】 2020-06-06 - 380. 常数时间插入、删除和获取随机元素.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/【Day 06】 2020-06-06 - 380. 常数时间插入、删除和获取随机元素.md -------------------------------------------------------------------------------- /每日一题/【Day 07】 2020-06-07 - 206. 反转链表.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/【Day 07】 2020-06-07 - 206. 反转链表.md -------------------------------------------------------------------------------- /每日一题/【Day 08】 2020-06-07 - 430. 扁平化多级双向链表.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/【Day 08】 2020-06-07 - 430. 扁平化多级双向链表.md -------------------------------------------------------------------------------- /每日一题/【Day 09】 2020-06-09 - 109. 有序链表转换二叉搜索树.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/【Day 09】 2020-06-09 - 109. 有序链表转换二叉搜索树.md -------------------------------------------------------------------------------- /每日一题/【Day 10】 2020-06-10 - 160. 相交链表.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/【Day 10】 2020-06-10 - 160. 相交链表.md -------------------------------------------------------------------------------- /每日一题/【Day 11】 2020-06-11 - 142. 环形链表 II.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/【Day 11】 2020-06-11 - 142. 环形链表 II.md -------------------------------------------------------------------------------- /每日一题/【Day 12】- 146. LRU缓存机制.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/【Day 12】- 146. LRU缓存机制.md -------------------------------------------------------------------------------- /每日一题/【Day 13】- 104. 二叉树的最大深度.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/【Day 13】- 104. 二叉树的最大深度.md -------------------------------------------------------------------------------- /每日一题/【Day 14】- 100. 相同的树.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/【Day 14】- 100. 相同的树.md -------------------------------------------------------------------------------- /每日一题/【Day 15】- 129. 求根到叶子节点数字之和.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/【Day 15】- 129. 求根到叶子节点数字之和.md -------------------------------------------------------------------------------- /每日一题/【Day 16】- 513. 找树左下角的值.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/【Day 16】- 513. 找树左下角的值.md -------------------------------------------------------------------------------- /每日一题/【Day 17】- 105. 从前序与中序遍历序列构造二叉树.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/【Day 17】- 105. 从前序与中序遍历序列构造二叉树.md -------------------------------------------------------------------------------- /每日一题/【Day 18】 - 124. 二叉树中的最大路径和.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/【Day 18】 - 124. 二叉树中的最大路径和.md -------------------------------------------------------------------------------- /每日一题/【Day19】- 1. 两数之和.md: -------------------------------------------------------------------------------- 1 | # 【Day19 - 1. 两数之和】 2 | 3 | -------------------------------------------------------------------------------- /每日一题/【Day20】 - 447. 回旋镖的数量.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/【Day20】 - 447. 回旋镖的数量.md -------------------------------------------------------------------------------- /每日一题/【Day21】- 36. 有效的数独.md: -------------------------------------------------------------------------------- 1 | # 【Day21 - 36. 有效的数独】 -------------------------------------------------------------------------------- /每日一题/【Day22】- 645. 错误的集合.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/【Day22】- 645. 错误的集合.md -------------------------------------------------------------------------------- /每日一题/【Day23】- 面试题04.01. 节点间通路.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/【Day23】- 面试题04.01. 节点间通路.md -------------------------------------------------------------------------------- /每日一题/【Graph】Course Schedule.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/【Graph】Course Schedule.md -------------------------------------------------------------------------------- /每日一题/牛客网 - 迷宫寻路.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/牛客网 - 迷宫寻路.md -------------------------------------------------------------------------------- /每日一题/鸡蛋硬度.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/每日一题/鸡蛋硬度.md -------------------------------------------------------------------------------- /算法模板代码/1091. Shortest Path in Binary Matrix.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/算法模板代码/1091. Shortest Path in Binary Matrix.md -------------------------------------------------------------------------------- /算法模板代码/Combination Sum等.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/算法模板代码/Combination Sum等.md -------------------------------------------------------------------------------- /算法模板代码/Dijkstra-堆优化.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/算法模板代码/Dijkstra-堆优化.md -------------------------------------------------------------------------------- /算法模板代码/Trie 前缀树.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/算法模板代码/Trie 前缀树.md -------------------------------------------------------------------------------- /算法模板代码/acw_Java.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/算法模板代码/acw_Java.java -------------------------------------------------------------------------------- /算法模板代码/spfa 求最短路.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/算法模板代码/spfa 求最短路.md -------------------------------------------------------------------------------- /算法模板代码/二分查找.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/算法模板代码/二分查找.md -------------------------------------------------------------------------------- /算法模板代码/单链表-数组写法.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/算法模板代码/单链表-数组写法.md -------------------------------------------------------------------------------- /算法模板代码/单链表.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/算法模板代码/单链表.java -------------------------------------------------------------------------------- /算法模板代码/单链表的快速排序.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/算法模板代码/单链表的快速排序.md -------------------------------------------------------------------------------- /算法模板代码/双链表.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/算法模板代码/双链表.java -------------------------------------------------------------------------------- /算法模板代码/字符串哈希.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/算法模板代码/字符串哈希.java -------------------------------------------------------------------------------- /算法模板代码/并查集.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/算法模板代码/并查集.java -------------------------------------------------------------------------------- /算法模板代码/归并排序.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/算法模板代码/归并排序.java -------------------------------------------------------------------------------- /算法模板代码/快速排序.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/算法模板代码/快速排序.java -------------------------------------------------------------------------------- /算法模板代码/最大矩形.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/算法模板代码/最大矩形.java -------------------------------------------------------------------------------- /算法模板代码/最大连续子数组的和.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/算法模板代码/最大连续子数组的和.md -------------------------------------------------------------------------------- /算法模板代码/最长上升公共子序列.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/算法模板代码/最长上升公共子序列.md -------------------------------------------------------------------------------- /算法模板代码/最长连续不重复的子序列.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/算法模板代码/最长连续不重复的子序列.md -------------------------------------------------------------------------------- /算法模板代码/朴素Dijkstra.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/算法模板代码/朴素Dijkstra.md -------------------------------------------------------------------------------- /算法模板代码/树状数组.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/算法模板代码/树状数组.md -------------------------------------------------------------------------------- /算法模板代码/模拟散列表.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/算法模板代码/模拟散列表.java -------------------------------------------------------------------------------- /算法模板代码/牛客OJ.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/算法模板代码/牛客OJ.java -------------------------------------------------------------------------------- /算法模板代码/直方图最大面积.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/算法模板代码/直方图最大面积.java -------------------------------------------------------------------------------- /算法模板代码/股票买卖汇总.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLancelot/LeetCode/HEAD/算法模板代码/股票买卖汇总.md --------------------------------------------------------------------------------