File tree
1,452 files changed
+5620
-7947
lines changed- basic/sorting
- BubbleSort
- InsertionSort
- MergeSort
- QuickSort
- SelectionSort
- lcci
- 01.02.Check Permutation
- 02.01.Remove Duplicate Node
- 02.05.Sum Lists
- 02.07.Intersection of Two Linked Lists
- 02.08.Linked List Cycle
- 03.02.Min Stack
- 04.01.Route Between Nodes
- 04.05.Legal Binary Search Tree
- 08.01.Three Steps Problem
- 08.04.Power Set
- 08.07.Permutation I
- 08.09.Bracket
- 08.12.Eight Queens
- 08.14.Boolean Evaluation
- 10.01.Sorted Merge
- 10.02.Group Anagrams
- 10.05.Sparse Array Search
- 10.09.Sorted Matrix Search
- 10.10.Rank from Stream
- 16.06.Smallest Difference
- 16.19.Pond Sizes
- 17.05.Find Longest Subarray
- 17.10.Find Majority Element
- 17.11.Find Closest
- 17.12.BiNode
- 17.13.Re-Space
- 17.17.Multi Search
- 17.22.Word Transformer
- 17.24.Max Submatrix
- lcof
- 面试题12. 矩阵中的路径
- 面试题15. 二进制中1的个数
- 面试题18. 删除链表的节点
- 面试题25. 合并两个排序的链表
- 面试题27. 二叉树的镜像
- 面试题29. 顺时针打印矩阵
- 面试题32 - I. 从上到下打印二叉树
- 面试题38. 字符串的排列
- 面试题39. 数组中出现次数超过一半的数字
- 面试题41. 数据流中的中位数
- 面试题48. 最长不含重复字符的子字符串
- 面试题52. 两个链表的第一个公共节点
- 面试题57 - II. 和为s的连续正数序列
- 面试题57. 和为s的两个数字
- 面试题59 - II. 队列的最大值
- 面试题61. 扑克牌中的顺子
- 面试题63. 股票的最大利润
- 面试题64. 求1+2+…+n
- 面试题65. 不用加减乘除做加法
- lcof2
- 剑指 Offer II 004. 只出现一次的数字
- 剑指 Offer II 005. 单词长度的最大乘积
- 剑指 Offer II 006. 排序数组中两个数字之和
- 剑指 Offer II 007. 数组中和为 0 的三个数
- 剑指 Offer II 009. 乘积小于 K 的子数组
- 剑指 Offer II 011. 0 和 1 个数相同的子数组
- 剑指 Offer II 012. 左右两边子数组的和相等
- 剑指 Offer II 013. 二维子矩阵的和
- 剑指 Offer II 014. 字符串中的变位词
- 剑指 Offer II 015. 字符串中的所有变位词
- 剑指 Offer II 022. 链表中环的入口节点
- 剑指 Offer II 023. 两个链表的第一个重合节点
- 剑指 Offer II 024. 反转链表
- 剑指 Offer II 025. 链表中的两数相加
- 剑指 Offer II 026. 重排链表
- 剑指 Offer II 027. 回文链表
- 剑指 Offer II 029. 排序的循环链表
- 剑指 Offer II 030. 插入、删除和随机访问都是 O(1) 的容器
- 剑指 Offer II 032. 有效的变位词
- 剑指 Offer II 033. 变位词组
- 剑指 Offer II 034. 外星语言是否排序
- 剑指 Offer II 035. 最小时间差
- 剑指 Offer II 036. 后缀表达式
- 剑指 Offer II 038. 每日温度
- 剑指 Offer II 040. 矩阵中最大的矩形
- 剑指 Offer II 041. 滑动窗口的平均值
- 剑指 Offer II 042. 最近请求次数
- 剑指 Offer II 043. 往完全二叉树添加节点
- 剑指 Offer II 044. 二叉树每层的最大值
- 剑指 Offer II 045. 二叉树最底层最左边的值
- 剑指 Offer II 046. 二叉树的右侧视图
- 剑指 Offer II 048. 序列化与反序列化二叉树
- 剑指 Offer II 049. 从根节点到叶节点的路径数字之和
- 剑指 Offer II 054. 所有大于等于节点的值之和
- 剑指 Offer II 055. 二叉搜索树迭代器
- 剑指 Offer II 056. 二叉搜索树中两个节点之和
- 剑指 Offer II 057. 值和下标之差都在给定的范围内
- 剑指 Offer II 059. 数据流的第 K 大数值
- 剑指 Offer II 060. 出现频率最高的 k 个数字
- 剑指 Offer II 062. 实现前缀树
- 剑指 Offer II 063. 替换单词
- 剑指 Offer II 064. 神奇的字典
- 剑指 Offer II 065. 最短的单词编码
- 剑指 Offer II 066. 单词之和
- 剑指 Offer II 067. 最大的异或
- 剑指 Offer II 068. 查找插入位置
- 剑指 Offer II 069. 山峰数组的顶部
- 剑指 Offer II 070. 排序数组中只出现一次的数字
- 剑指 Offer II 071. 按权重生成随机数
- 剑指 Offer II 072. 求平方根
- 剑指 Offer II 073. 狒狒吃香蕉
- 剑指 Offer II 074. 合并区间
- 剑指 Offer II 075. 数组相对排序
- 剑指 Offer II 076. 数组中的第 k 大的数字
- 剑指 Offer II 077. 链表排序
- 剑指 Offer II 078. 合并排序链表
- 剑指 Offer II 079. 所有子集
- 剑指 Offer II 080. 含有 k 个元素的组合
- 剑指 Offer II 081. 允许重复选择元素的组合
- 剑指 Offer II 082. 含有重复元素集合的组合
- 剑指 Offer II 083. 没有重复元素集合的全排列
- 剑指 Offer II 084. 含有重复元素集合的全排列
- 剑指 Offer II 085. 生成匹配的括号
- 剑指 Offer II 086. 分割回文子字符串
- 剑指 Offer II 087. 复原 IP
- 剑指 Offer II 093. 最长斐波那契数列
- 剑指 Offer II 095. 最长公共子序列
- 剑指 Offer II 096. 字符串交织
- 剑指 Offer II 098. 路径的数目
- 剑指 Offer II 099. 最小路径之和
- 剑指 Offer II 101. 分割等和子串
- 剑指 Offer II 102. 加减的目标值
- 剑指 Offer II 105. 岛屿的最大面积
- 剑指 Offer II 106. 二分图
- 剑指 Offer II 107. 矩阵中的距离
- 剑指 Offer II 108. 单词演变
- 剑指 Offer II 109. 开密码锁
- 剑指 Offer II 110. 所有路径
- 剑指 Offer II 111. 计算除法
- 剑指 Offer II 112. 最长递增路径
- 剑指 Offer II 113. 课程顺序
- 剑指 Offer II 114. 外星文字典
- 剑指 Offer II 115. 重建序列
- 剑指 Offer II 116. 朋友圈
- 剑指 Offer II 118. 多余的边
- 剑指 Offer II 119. 最长连续序列
- lcp
- LCP 05. 发 LeetCoin
- LCP 06. 拿硬币
- LCP 09. 最小跳跃次数
- LCP 17. 速算机器人
- LCP 18. 早餐组合
- LCP 28. 采购方案
- LCP 40. 心算挑战
- lcs
- LCS 02. 完成一半题目
- LCS 03. 主题空间
- solution
- 0000-0099
- 0006.Zigzag Conversion
- 0007.Reverse Integer
- 0011.Container With Most Water
- 0012.Integer to Roman
- 0013.Roman to Integer
- 0020.Valid Parentheses
- 0021.Merge Two Sorted Lists
- 0022.Generate Parentheses
- 0023.Merge k Sorted Lists
- 0024.Swap Nodes in Pairs
- 0027.Remove Element
- 0028.Implement strStr()
- 0030.Substring with Concatenation of All Words
- 0033.Search in Rotated Sorted Array
- 0035.Search Insert Position
- 0038.Count and Say
- 0039.Combination Sum
- 0040.Combination Sum II
- 0041.First Missing Positive
- 0042.Trapping Rain Water
- 0043.Multiply Strings
- 0045.Jump Game II
- 0046.Permutations
- 0047.Permutations II
- 0048.Rotate Image
- 0049.Group Anagrams
- 0051.N-Queens
- 0054.Spiral Matrix
- 0056.Merge Intervals
- 0057.Insert Interval
- 0061.Rotate List
- 0062.Unique Paths
- 0064.Minimum Path Sum
- 0066.Plus One
- 0068.Text Justification
- 0069.Sqrt(x)
- 0071.Simplify Path
- 0076.Minimum Window Substring
- 0077.Combinations
- 0078.Subsets
- 0079.Word Search
- 0080.Remove Duplicates from Sorted Array II
- 0081.Search in Rotated Sorted Array II
- 0084.Largest Rectangle in Histogram
- 0085.Maximal Rectangle
- 0086.Partition List
- 0090.Subsets II
- 0092.Reverse Linked List II
- 0093.Restore IP Addresses
- 0094.Binary Tree Inorder Traversal
- 0095.Unique Binary Search Trees II
- 0097.Interleaving String
- 0099.Recover Binary Search Tree
- 0100-0199
- 0102.Binary Tree Level Order Traversal
- 0103.Binary Tree Zigzag Level Order Traversal
- 0107.Binary Tree Level Order Traversal II
- 0108.Convert Sorted Array to Binary Search Tree
- 0109.Convert Sorted List to Binary Search Tree
- 0112.Path Sum
- 0114.Flatten Binary Tree to Linked List
- 0118.Pascal's Triangle
- 0125.Valid Palindrome
- 0127.Word Ladder
- 0128.Longest Consecutive Sequence
- 0129.Sum Root to Leaf Numbers
- 0130.Surrounded Regions
- 0131.Palindrome Partitioning
- 0137.Single Number II
- 0139.Word Break
- 0141.Linked List Cycle
- 0142.Linked List Cycle II
- 0144.Binary Tree Preorder Traversal
- 0145.Binary Tree Postorder Traversal
- 0146.LRU Cache
- 0148.Sort List
- 0150.Evaluate Reverse Polish Notation
- 0153.Find Minimum in Rotated Sorted Array
- 0154.Find Minimum in Rotated Sorted Array II
- 0155.Min Stack
- 0159.Longest Substring with At Most Two Distinct Characters
- 0160.Intersection of Two Linked Lists
- 0164.Maximum Gap
- 0165.Compare Version Numbers
- 0166.Fraction to Recurring Decimal
- 0167.Two Sum II - Input Array Is Sorted
- 0169.Majority Element
- 0173.Binary Search Tree Iterator
- 0191.Number of 1 Bits
- 0199.Binary Tree Right Side View
- 0200-0299
- 0200.Number of Islands
- 0204.Count Primes
- 0205.Isomorphic Strings
- 0206.Reverse Linked List
- 0207.Course Schedule
- 0208.Implement Trie (Prefix Tree)
- 0210.Course Schedule II
- 0211.Design Add and Search Words Data Structure
- 0212.Word Search II
- 0214.Shortest Palindrome
- 0215.Kth Largest Element in an Array
- 0216.Combination Sum III
- 0217.Contains Duplicate
- 0218.The Skyline Problem
- 0219.Contains Duplicate II
- 0220.Contains Duplicate III
- 0222.Count Complete Tree Nodes
- 0229.Majority Element II
- 0230.Kth Smallest Element in a BST
- 0234.Palindrome Linked List
- 0235.Lowest Common Ancestor of a Binary Search Tree
- 0238.Product of Array Except Self
- 0239.Sliding Window Maximum
- 0240.Search a 2D Matrix II
- 0241.Different Ways to Add Parentheses
- 0242.Valid Anagram
- 0247.Strobogrammatic Number II
- 0249.Group Shifted Strings
- 0255.Verify Preorder Sequence in Binary Search Tree
- 0257.Binary Tree Paths
- 0259.3Sum Smaller
- 0261.Graph Valid Tree
- 0269.Alien Dictionary
- 0270.Closest Binary Search Tree Value
- 0272.Closest Binary Search Tree Value II
- 0275.H-Index II
- 0283.Move Zeroes
- 0284.Peeking Iterator
- 0286.Walls and Gates
- 0287.Find the Duplicate Number
- 0288.Unique Word Abbreviation
- 0289.Game of Life
- 0290.Word Pattern
- 0291.Word Pattern II
- 0293.Flip Game
- 0294.Flip Game II
- 0295.Find Median from Data Stream
- 0297.Serialize and Deserialize Binary Tree
- 0298.Binary Tree Longest Consecutive Sequence
- 0299.Bulls and Cows
- 0300-0399
- 0300.Longest Increasing Subsequence
- 0301.Remove Invalid Parentheses
- 0302.Smallest Rectangle Enclosing Black Pixels
- 0303.Range Sum Query - Immutable
- 0304.Range Sum Query 2D - Immutable
- 0305.Number of Islands II
- 0306.Additive Number
- 0307.Range Sum Query - Mutable
- 0308.Range Sum Query 2D - Mutable
- 0310.Minimum Height Trees
- 0311.Sparse Matrix Multiplication
- 0312.Burst Balloons
- 0315.Count of Smaller Numbers After Self
- 0317.Shortest Distance from All Buildings
- 0318.Maximum Product of Word Lengths
- 0323.Number of Connected Components in an Undirected Graph
- 0324.Wiggle Sort II
- 0325.Maximum Size Subarray Sum Equals k
- 0327.Count of Range Sum
- 0328.Odd Even Linked List
- 0329.Longest Increasing Path in a Matrix
- 0333.Largest BST Subtree
- 0334.Increasing Triplet Subsequence
- 0335.Self Crossing
- 0337.House Robber III
- 0346.Moving Average from Data Stream
- 0347.Top K Frequent Elements
- 0349.Intersection of Two Arrays
- 0350.Intersection of Two Arrays II
- 0352.Data Stream as Disjoint Intervals
- 0354.Russian Doll Envelopes
- 0357.Count Numbers with Unique Digits
- 0360.Sort Transformed Array
- 0361.Bomb Enemy
- 0366.Find Leaves of Binary Tree
- 0367.Valid Perfect Square
- 0371.Sum of Two Integers
- 0372.Super Pow
- 0373.Find K Pairs with Smallest Sums
- 0375.Guess Number Higher or Lower II
- 0380.Insert Delete GetRandom O(1)
- 0382.Linked List Random Node
- 0383.Ransom Note
- 0384.Shuffle an Array
- 0385.Mini Parser
- 0386.Lexicographical Numbers
- 0390.Elimination Game
- 0391.Perfect Rectangle
- 0392.Is Subsequence
- 0393.UTF-8 Validation
- 0396.Rotate Function
- 0397.Integer Replacement
- 0398.Random Pick Index
- 0399.Evaluate Division
- 0400-0499
- 0401.Binary Watch
- 0405.Convert a Number to Hexadecimal
- 0406.Queue Reconstruction by Height
- 0410.Split Array Largest Sum
- 0412.Fizz Buzz
- 0414.Third Maximum Number
- 0415.Add Strings
- 0417.Pacific Atlantic Water Flow
- 0419.Battleships in a Board
- 0420.Strong Password Checker
- 0421.Maximum XOR of Two Numbers in an Array
- 0424.Longest Repeating Character Replacement
- 0426.Convert Binary Search Tree to Sorted Doubly Linked List
- 0427.Construct Quad Tree
- 0429.N-ary Tree Level Order Traversal
- 0433.Minimum Genetic Mutation
- 0434.Number of Segments in a String
- 0435.Non-overlapping Intervals
- 0436.Find Right Interval
- 0438.Find All Anagrams in a String
- 0440.K-th Smallest in Lexicographical Order
- 0441.Arranging Coins
- 0442.Find All Duplicates in an Array
- 0443.String Compression
- 0444.Sequence Reconstruction
- 0445.Add Two Numbers II
- 0447.Number of Boomerangs
- 0448.Find All Numbers Disappeared in an Array
- 0450.Delete Node in a BST
- 0452.Minimum Number of Arrows to Burst Balloons
- 0453.Minimum Moves to Equal Array Elements
- 0456.132 Pattern
- 0463.Island Perimeter
- 0464.Can I Win
- 0467.Unique Substrings in Wraparound String
- 0472.Concatenated Words
- 0473.Matchsticks to Square
- 0474.Ones and Zeroes
- 0475.Heaters
- 0476.Number Complement
- 0477.Total Hamming Distance
- 0479.Largest Palindrome Product
- 0482.License Key Formatting
- 0489.Robot Room Cleaner
- 0490.The Maze
- 0491.Increasing Subsequences
- 0493.Reverse Pairs
- 0496.Next Greater Element I
- 0497.Random Point in Non-overlapping Rectangles
- 0498.Diagonal Traverse
- 0499.The Maze III
- 0500-0599
- 0500.Keyboard Row
- 0501.Find Mode in Binary Search Tree
- 0503.Next Greater Element II
- 0504.Base 7
- 0505.The Maze II
- 0506.Relative Ranks
- 0507.Perfect Number
- 0510.Inorder Successor in BST II
- 0513.Find Bottom Left Tree Value
- 0515.Find Largest Value in Each Tree Row
- 0522.Longest Uncommon Subsequence II
- 0523.Continuous Subarray Sum
- 0524.Longest Word in Dictionary through Deleting
- 0525.Contiguous Array
- 0526.Beautiful Arrangement
- 0528.Random Pick with Weight
- 0531.Lonely Pixel I
- 0532.K-diff Pairs in an Array
- 0533.Lonely Pixel II
- 0535.Encode and Decode TinyURL
- 0536.Construct Binary Tree from String
- 0538.Convert BST to Greater Tree
- 0539.Minimum Time Difference
- 0540.Single Element in a Sorted Array
- 0541.Reverse String II
- 0542.01 Matrix
- 0543.Diameter of Binary Tree
- 0544.Output Contest Matches
- 0547.Number of Provinces
- 0548.Split Array with Equal Sum
- 0549.Binary Tree Longest Consecutive Sequence II
- 0551.Student Attendance Record I
- 0553.Optimal Division
- 0556.Next Greater Element III
- 0557.Reverse Words in a String III
- 0560.Subarray Sum Equals K
- 0564.Find the Closest Palindrome
- 0565.Array Nesting
- 0582.Kill Process
- 0583.Delete Operation for Two Strings
- 0587.Erect the Fence
- 0589.N-ary Tree Preorder Traversal
- 0590.N-ary Tree Postorder Traversal
- 0591.Tag Validator
- 0599.Minimum Index Sum of Two Lists
- 0600-0699
- 0605.Can Place Flowers
- 0611.Valid Triangle Number
- 0616.Add Bold Tag in String
- 0617.Merge Two Binary Trees
- 0622.Design Circular Queue
- 0623.Add One Row to Tree
- 0630.Course Schedule III
- 0633.Sum of Square Numbers
- 0636.Exclusive Time of Functions
- 0638.Shopping Offers
- 0646.Maximum Length of Pair Chain
- 0648.Replace Words
- 0653.Two Sum IV - Input is a BST
- 0658.Find K Closest Elements
- 0661.Image Smoother
- 0662.Maximum Width of Binary Tree
- 0666.Path Sum IV
- 0668.Kth Smallest Number in Multiplication Table
- 0670.Maximum Swap
- 0674.Longest Continuous Increasing Subsequence
- 0675.Cut Off Trees for Golf Event
- 0676.Implement Magic Dictionary
- 0677.Map Sum Pairs
- 0678.Valid Parenthesis String
- 0682.Baseball Game
- 0683.K Empty Slots
- 0684.Redundant Connection
- 0685.Redundant Connection II
- 0686.Repeated String Match
- 0688.Knight Probability in Chessboard
- 0689.Maximum Sum of 3 Non-Overlapping Subarrays
- 0691.Stickers to Spell Word
- 0693.Binary Number with Alternating Bits
- 0694.Number of Distinct Islands
- 0695.Max Area of Island
- 0696.Count Binary Substrings
- 0698.Partition to K Equal Sum Subsets
- 0699.Falling Squares
- 0700-0799
- 0701.Insert into a Binary Search Tree
- 0703.Kth Largest Element in a Stream
- 0704.Binary Search
- 0706.Design HashMap
- 0707.Design Linked List
- 0708.Insert into a Sorted Circular Linked List
- 0710.Random Pick with Blacklist
- 0711.Number of Distinct Islands II
- 0712.Minimum ASCII Delete Sum for Two Strings
- 0713.Subarray Product Less Than K
- 0715.Range Module
- 0718.Maximum Length of Repeated Subarray
- 0719.Find K-th Smallest Pair Distance
- 0720.Longest Word in Dictionary
- 0721.Accounts Merge
- 0723.Candy Crush
- 0724.Find Pivot Index
- 0728.Self Dividing Numbers
- 0729.My Calendar I
- 0730.Count Different Palindromic Subsequences
- 0731.My Calendar II
- 0732.My Calendar III
- 0734.Sentence Similarity
- 0736.Parse Lisp Expression
- 0737.Sentence Similarity II
- 0739.Daily Temperatures
- 0741.Cherry Pickup
- 0742.Closest Leaf in a Binary Tree
- 0743.Network Delay Time
- 0745.Prefix and Suffix Search
- 0747.Largest Number At Least Twice of Others
- 0748.Shortest Completing Word
- 0749.Contain Virus
- 0752.Open the Lock
- 0757.Set Intersection Size At Least Two
- 0758.Bold Words in String
- 0761.Special Binary String
- 0762.Prime Number of Set Bits in Binary Representation
- 0763.Partition Labels
- 0765.Couples Holding Hands
- 0767.Reorganize String
- 0768.Max Chunks To Make Sorted II
- 0769.Max Chunks To Make Sorted
- 0773.Sliding Puzzle
- 0778.Swim in Rising Water
- 0780.Reaching Points
- 0783.Minimum Distance Between BST Nodes
- 0784.Letter Case Permutation
- 0785.Is Graph Bipartite
- 0786.K-th Smallest Prime Fraction
- 0787.Cheapest Flights Within K Stops
- 0792.Number of Matching Subsequences
- 0797.All Paths From Source to Target
- 0798.Smallest Rotation with Highest Score
- 0800-0899
- 0802.Find Eventual Safe States
- 0803.Bricks Falling When Hit
- 0804.Unique Morse Code Words
- 0806.Number of Lines To Write String
- 0807.Max Increase to Keep City Skyline
- 0812.Largest Triangle Area
- 0819.Most Common Word
- 0820.Short Encoding of Words
- 0821.Shortest Distance to a Character
- 0825.Friends Of Appropriate Ages
- 0826.Most Profit Assigning Work
- 0827.Making A Large Island
- 0836.Rectangle Overlap
- 0838.Push Dominoes
- 0844.Backspace String Compare
- 0846.Hand of Straights
- 0847.Shortest Path Visiting All Nodes
- 0850.Rectangle Area II
- 0851.Loud and Rich
- 0852.Peak Index in a Mountain Array
- 0854.K-Similar Strings
- 0859.Buddy Strings
- 0860.Lemonade Change
- 0861.Score After Flipping Matrix
- 0862.Shortest Subarray with Sum at Least K
- 0863.All Nodes Distance K in Binary Tree
- 0864.Shortest Path to Get All Keys
- 0866.Prime Palindrome
- 0868.Binary Gap
- 0870.Advantage Shuffle
- 0871.Minimum Number of Refueling Stops
- 0873.Length of Longest Fibonacci Subsequence
- 0874.Walking Robot Simulation
- 0875.Koko Eating Bananas
- 0883.Projection Area of 3D Shapes
- 0884.Uncommon Words from Two Sentences
- 0885.Spiral Matrix III
- 0886.Possible Bipartition
- 0888.Fair Candy Swap
- 0890.Find and Replace Pattern
- 0893.Groups of Special-Equivalent Strings
- 0896.Monotonic Array
- 0898.Bitwise ORs of Subarrays
- 0899.Orderly Queue
- 0900-0999
- 0900.RLE Iterator
- 0901.Online Stock Span
- 0905.Sort Array By Parity
- 0907.Sum of Subarray Minimums
- 0908.Smallest Range I
- 0909.Snakes and Ladders
- 0911.Online Election
- 0912.Sort an Array
- 0913.Cat and Mouse
- 0917.Reverse Only Letters
- 0919.Complete Binary Tree Inserter
- 0921.Minimum Add to Make Parentheses Valid
- 0922.Sort Array By Parity II
- 0924.Minimize Malware Spread
- 0925.Long Pressed Name
- 0927.Three Equal Parts
- 0928.Minimize Malware Spread II
- 0929.Unique Email Addresses
- 0930.Binary Subarrays With Sum
- 0933.Number of Recent Calls
- 0934.Shortest Bridge
- 0935.Knight Dialer
- 0945.Minimum Increment to Make Array Unique
- 0946.Validate Stack Sequences
- 0950.Reveal Cards In Increasing Order
- 0952.Largest Component Size by Common Factor
- 0953.Verifying an Alien Dictionary
- 0954.Array of Doubled Pairs
- 0958.Check Completeness of a Binary Tree
- 0959.Regions Cut By Slashes
- 0960.Delete Columns to Make Sorted III
- 0961.N-Repeated Element in Size 2N Array
- 0962.Maximum Width Ramp
- 0967.Numbers With Same Consecutive Differences
- 0968.Binary Tree Cameras
- 0969.Pancake Sorting
- 0974.Subarray Sums Divisible by K
- 0976.Largest Perimeter Triangle
- 0985.Sum of Even Numbers After Queries
- 0986.Interval List Intersections
- 0988.Smallest String Starting From Leaf
- 0989.Add to Array-Form of Integer
- 0990.Satisfiability of Equality Equations
- 0993.Cousins in Binary Tree
- 0994.Rotting Oranges
- 0997.Find the Town Judge
- 0999.Available Captures for Rook
- 1000-1099
- 1002.Find Common Characters
- 1004.Max Consecutive Ones III
- 1005.Maximize Sum Of Array After K Negations
- 1008.Construct Binary Search Tree from Preorder Traversal
- 1009.Complement of Base 10 Integer
- 1011.Capacity To Ship Packages Within D Days
- 1020.Number of Enclaves
- 1021.Remove Outermost Parentheses
- 1024.Video Stitching
- 1027.Longest Arithmetic Subsequence
- 1028.Recover a Tree From Preorder Traversal
- 1029.Two City Scheduling
- 1030.Matrix Cells in Distance Order
- 1034.Coloring A Border
- 1036.Escape a Large Maze
- 1038.Binary Search Tree to Greater Sum Tree
- 1041.Robot Bounded In Circle
- 1042.Flower Planting With No Adjacent
- 1044.Longest Duplicate Substring
- 1046.Last Stone Weight
- 1048.Longest String Chain
- 1052.Grumpy Bookstore Owner
- 1061.Lexicographically Smallest Equivalent String
- 1065.Index Pairs of a String
- 1072.Flip Columns For Maximum Number of Equal Rows
- 1079.Letter Tile Possibilities
- 1089.Duplicate Zeros
- 1090.Largest Values From Labels
- 1091.Shortest Path in Binary Matrix
- 1094.Car Pooling
- 1100-1199
- 1100.Find K-Length Substrings With No Repeated Characters
- 1101.The Earliest Moment When Everyone Become Friends
- 1102.Path With Maximum Minimum Value
- 1103.Distribute Candies to People
- 1108.Defanging an IP Address
- 1109.Corporate Flight Bookings
- 1111.Maximum Nesting Depth of Two Valid Parentheses Strings
- 1115.Print FooBar Alternately
- 1116.Print Zero Even Odd
- 1117.Building H2O
- 1122.Relative Sort Array
- 1124.Longest Well-Performing Interval
- 1128.Number of Equivalent Domino Pairs
- 1129.Shortest Path with Alternating Colors
- 1135.Connecting Cities With Minimum Cost
- 1136.Parallel Courses
- 1137.N-th Tribonacci Number
- 1143.Longest Common Subsequence
- 1160.Find Words That Can Be Formed by Characters
- 1161.Maximum Level Sum of a Binary Tree
- 1162.As Far from Land as Possible
- 1165.Single-Row Keyboard
- 1167.Minimum Cost to Connect Sticks
- 1168.Optimize Water Distribution in a Village
- 1175.Prime Arrangements
- 1180.Count Substrings with Only One Distinct Letter
- 1184.Distance Between Bus Stops
- 1185.Day of the Week
- 1195.Fizz Buzz Multithreaded
- 1196.How Many Apples Can You Put into the Basket
- 1197.Minimum Knight Moves
- 1200-1299
- 1200.Minimum Absolute Difference
- 1202.Smallest String With Swaps
- 1206.Design Skiplist
- 1208.Get Equal Substrings Within Budget
- 1210.Minimum Moves to Reach Target with Rotations
- 1214.Two Sum BSTs
- 1215.Stepping Numbers
- 1221.Split a String in Balanced Strings
- 1222.Queens That Can Attack the King
- 1228.Missing Number In Arithmetic Progression
- 1230.Toss Strange Coins
- 1236.Web Crawler
- 1245.Tree Diameter
- 1252.Cells with Odd Values in a Matrix
- 1254.Number of Closed Islands
- 1257.Smallest Common Region
- 1260.Shift 2D Grid
- 1261.Find Elements in a Contaminated Binary Tree
- 1267.Count Servers that Communicate
- 1273.Delete Tree Nodes
- 1276.Number of Burgers with No Waste of Ingredients
- 1277.Count Square Submatrices with All Ones
- 1278.Palindrome Partitioning III
- 1283.Find the Smallest Divisor Given a Threshold
- 1284.Minimum Number of Flips to Convert Binary Matrix to Zero Matrix
- 1286.Iterator for Combination
- 1288.Remove Covered Intervals
- 1292.Maximum Side Length of a Square with Sum Less than or Equal to Threshold
- 1293.Shortest Path in a Grid with Obstacles Elimination
- 1296.Divide Array in Sets of K Consecutive Numbers
- 1298.Maximum Candies You Can Get from Boxes
- 1300-1399
- 1305.All Elements in Two Binary Search Trees
- 1306.Jump Game III
- 1310.XOR Queries of a Subarray
- 1314.Matrix Block Sum
- 1315.Sum of Nodes with Even-Valued Grandparent
- 1316.Distinct Echo Substrings
- 1318.Minimum Flips to Make a OR b Equal to c
- 1319.Number of Operations to Make Network Connected
- 1323.Maximum 69 Number
- 1324.Print Words Vertically
- 1325.Delete Leaves With a Given Value
- 1337.The K Weakest Rows in a Matrix
- 1338.Reduce Array Size to The Half
- 1342.Number of Steps to Reduce a Number to Zero
- 1345.Jump Game IV
- 1347.Minimum Number of Steps to Make Two Strings Anagram
- 1351.Count Negative Numbers in a Sorted Matrix
- 1361.Validate Binary Tree Nodes
- 1366.Rank Teams by Votes
- 1368.Minimum Cost to Make at Least One Valid Path in a Grid
- 1370.Increasing Decreasing String
- 1371.Find the Longest Substring Containing Vowels in Even Counts
- 1375.Number of Times Binary String Is Prefix-Aligned
- 1377.Frog Position After T Seconds
- 1379.Find a Corresponding Node of a Binary Tree in a Clone of That Tree
- 1380.Lucky Numbers in a Matrix
- 1381.Design a Stack With Increment Operation
- 1383.Maximum Performance of a Team
- 1385.Find the Distance Value Between Two Arrays
- 1386.Cinema Seat Allocation
- 1391.Check if There is a Valid Path in a Grid
- 1392.Longest Happy Prefix
- 1394.Find Lucky Integer in an Array
- 1395.Count Number of Teams
- 1399.Count Largest Group
- 1400-1499
- 1402.Reducing Dishes
- 1403.Minimum Subsequence in Non-Increasing Order
- 1404.Number of Steps to Reduce a Number in Binary Representation to One
- 1408.String Matching in an Array
- 1409.Queries on a Permutation With Key
- 1410.HTML Entity Parser
- 1411.Number of Ways to Paint N × 3 Grid
- 1413.Minimum Value to Get Positive Step by Step Sum
- 1414.Find the Minimum Number of Fibonacci Numbers Whose Sum Is K
- 1415.The k-th Lexicographical String of All Happy Strings of Length n
- 1417.Reformat The String
- 1418.Display Table of Food Orders in a Restaurant
- 1419.Minimum Number of Frogs Croaking
- 1423.Maximum Points You Can Obtain from Cards
- 1425.Constrained Subsequence Sum
- 1428.Leftmost Column with at Least a One
- 1434.Number of Ways to Wear Different Hats to Each Other
- 1441.Build an Array With Stack Operations
- 1442.Count Triplets That Can Form Two Arrays of Equal XOR
- 1443.Minimum Time to Collect All Apples in a Tree
- 1446.Consecutive Characters
- 1448.Count Good Nodes in Binary Tree
- 1457.Pseudo-Palindromic Paths in a Binary Tree
- 1462.Course Schedule IV
- 1463.Cherry Pickup II
- 1466.Reorder Routes to Make All Paths Lead to the City Zero
- 1475.Final Prices With a Special Discount in a Shop
- 1481.Least Number of Unique Integers after K Removals
- 1489.Find Critical and Pseudo-Critical Edges in Minimum Spanning Tree
- 1496.Path Crossing
- 1499.Max Value of Equation
- 1500-1599
- 1505.Minimum Possible Integer After at Most K Adjacent Swaps On Digits
- 1508.Range Sum of Sorted Subarray Sums
- 1512.Number of Good Pairs
- 1514.Path with Maximum Probability
- 1518.Water Bottles
- 1522.Diameter of N-Ary Tree
- 1524.Number of Sub-arrays With Odd Sum
- 1533.Find the Index of the Large Integer
- 1534.Count Good Triplets
- 1539.Kth Missing Positive Number
- 1546.Maximum Number of Non-Overlapping Subarrays With Sum Equals Target
- 1552.Magnetic Force Between Two Balls
- 1554.Strings Differ by One Character
- 1557.Minimum Number of Vertices to Reach All Nodes
- 1558.Minimum Numbers of Function Calls to Make Target Array
- 1559.Detect Cycles in 2D Grid
- 1560.Most Visited Sector in a Circular Track
- 1561.Maximum Number of Coins You Can Get
- 1562.Find Latest Group of Size M
- 1575.Count All Possible Routes
- 1576.Replace All 's to Avoid Consecutive Repeating Characters
- 1579.Remove Max Number of Edges to Keep Graph Fully Traversable
- 1584.Min Cost to Connect All Points
- 1588.Sum of All Odd Length Subarrays
- 1589.Maximum Sum Obtained of Any Permutation
- 1600-1699
- 1601.Maximum Number of Achievable Transfer Requests
- 1602.Find Nearest Right Node in Binary Tree
- 1605.Find Valid Matrix Given Row and Column Sums
- 1606.Find Servers That Handled Most Number of Requests
- 1608.Special Array With X Elements Greater Than or Equal X
- 1609.Even Odd Tree
- 1610.Maximum Number of Visible Points
- 1612.Check If Two Expression Trees are Equivalent
- 1614.Maximum Nesting Depth of the Parentheses
- 1619.Mean of Array After Removing Some Elements
- 1622.Fancy Sequence
- 1625.Lexicographically Smallest String After Applying Operations
- 1626.Best Team With No Conflicts
- 1628.Design an Expression Tree With Evaluate Function
- 1629.Slowest Key
- 1631.Path With Minimum Effort
- 1638.Count Substrings That Differ by One Character
- 1649.Create Sorted Array through Instructions
- 1650.Lowest Common Ancestor of a Binary Tree III
- 1654.Minimum Jumps to Reach Home
- 1656.Design an Ordered Stream
- 1658.Minimum Operations to Reduce X to Zero
- 1660.Correct a Binary Tree
- 1668.Maximum Repeating Substring
- 1676.Lowest Common Ancestor of a Binary Tree IV
- 1691.Maximum Height by Stacking Cuboids
- 1697.Checking Existence of Edge Length Limited Paths
- 1698.Number of Distinct Substrings in a String
- 1700-1799
- 1705.Maximum Number of Eaten Apples
- 1706.Where Will the Ball Fall
- 1717.Maximum Score From Removing Substrings
- 1718.Construct the Lexicographically Largest Valid Sequence
- 1719.Number Of Ways To Reconstruct A Tree
- 1720.Decode XORed Array
- 1721.Swapping Nodes in a Linked List
- 1722.Minimize Hamming Distance After Swap Operations
- 1723.Find Minimum Time to Finish All Jobs
- 1725.Number Of Rectangles That Can Form The Largest Square
- 1730.Shortest Path to Get Food
- 1732.Find the Highest Altitude
- 1738.Find Kth Largest XOR Coordinate Value
- 1742.Maximum Number of Balls in a Box
- 1748.Sum of Unique Elements
- 1756.Design Most Recently Used Queue
- 1760.Minimum Limit of Balls in a Bag
- 1763.Longest Nice Substring
- 1765.Map of Highest Peak
- 1775.Equal Sum Arrays With Minimum Number of Operations
- 1781.Sum of Beauty of All Substrings
- 1786.Number of Restricted Paths From First to Last Node
- 1790.Check if One String Swap Can Make Strings Equal
- 1800-1899
- 1813.Sentence Similarity III
- 1818.Minimum Absolute Sum Difference
- 1822.Sign of the Product of an Array
- 1826.Faulty Sensor
- 1827.Minimum Operations to Make the Array Increasing
- 1829.Maximum XOR for Each Query
- 1832.Check if the Sentence Is Pangram
- 1833.Maximum Ice Cream Bars
- 1836.Remove Duplicates From an Unsorted Linked List
- 1838.Frequency of the Most Frequent Element
- 1846.Maximum Element After Decreasing and Rearranging
- 1856.Maximum Subarray Min-Product
- 1857.Largest Color Value in a Directed Graph
- 1858.Longest Word With All Prefixes
- 1869.Longer Contiguous Segments of Ones than Zeros
- 1881.Maximum Value after Insertion
- 1885.Count Pairs in Two Arrays
- 1886.Determine Whether Matrix Can Be Obtained By Rotation
- 1887.Reduction Operations to Make the Array Elements Equal
- 1893.Check if All the Integers in a Range Are Covered
- 1895.Largest Magic Square
- 1900-1999
- 1905.Count Sub Islands
- 1909.Remove One Element to Make the Array Strictly Increasing
- 1915.Number of Wonderful Substrings
- 1922.Count Good Numbers
- 1925.Count Square Sum Triples
- 1926.Nearest Exit from Entrance in Maze
- 1941.Check if All Characters Have Equal Number of Occurrences
- 1942.The Number of the Smallest Unoccupied Chair
- 1943.Describe the Painting
- 1944.Number of Visible People in a Queue
- 1957.Delete Characters to Make Fancy String
- 1958.Check if Move is Legal
- 1959.Minimum Total Space Wasted With K Resizing Operations
- 1961.Check If String Is a Prefix of Array
- 1962.Remove Stones to Minimize the Total
- 1963.Minimum Number of Swaps to Make the String Balanced
- 1964.Find the Longest Valid Obstacle Course at Each Position
- 1967.Number of Strings That Appear as Substrings in Word
- 1968.Array With Elements Not Equal to Average of Neighbors
- 1970.Last Day Where You Can Still Cross
- 1971.Find if Path Exists in Graph
- 1974.Minimum Time to Type Word Using Special Typewriter
- 1976.Number of Ways to Arrive at Destination
- 1979.Find Greatest Common Divisor of Array
- 1980.Find Unique Binary String
- 1991.Find the Middle Index in Array
- 1992.Find All Groups of Farmland
- 1993.Operations on Tree
- 1994.The Number of Good Subsets
- 1995.Count Special Quadruplets
- 1996.The Number of Weak Characters in the Game
- 1998.GCD Sort of an Array
- 2000-2099
- 2006.Count Number of Pairs With Absolute Difference K
- 2007.Find Original Array From Doubled Array
- 2012.Sum of Beauty in the Array
- 2013.Detect Squares
- 2016.Maximum Difference Between Increasing Elements
- 2017.Grid Game
- 2021.Brightest Position on Street
- 2022.Convert 1D Array Into 2D Array
- 2023.Number of Pairs of Strings With Concatenation Equal to Target
- 2024.Maximize the Confusion of an Exam
- 2029.Stone Game IX
- 2031.Count Subarrays With More Ones Than Zeros
- 2032.Two Out of Three
- 2033.Minimum Operations to Make a Uni-Value Grid
- 2034.Stock Price Fluctuation
- 2035.Partition Array Into Two Arrays to Minimize Sum Difference
- 2038.Remove Colored Pieces if Both Neighbors are the Same Color
- 2039.The Time When the Network Becomes Idle
- 2042.Check if Numbers Are Ascending in a Sentence
- 2043.Simple Bank System
- 2044.Count Number of Maximum Bitwise-OR Subsets
- 2046.Sort Linked List Already Sorted Using Absolute Values
- 2048.Next Greater Numerically Balanced Number
- 2049.Count Nodes With the Highest Score
- 2050.Parallel Courses III
- 2052.Minimum Cost to Separate Sentence Into Rows
- 2053.Kth Distinct String in an Array
- 2054.Two Best Non-Overlapping Events
- 2055.Plates Between Candles
- 2058.Find the Minimum and Maximum Number of Nodes Between Critical Points
- 2059.Minimum Operations to Convert Number
- 2062.Count Vowel Substrings of a String
- 2063.Vowels of All Substrings
- 2064.Minimized Maximum of Products Distributed to Any Store
- 2067.Number of Equal Count Substrings
- 2070.Most Beautiful Item for Each Query
- 2076.Process Restricted Friend Requests
- 2078.Two Furthest Houses With Different Colors
- 2079.Watering Plants
- 2080.Range Frequency Queries
- 2083.Substrings That Begin and End With the Same Letter
- 2091.Removing Minimum and Maximum From Array
- 2092.Find All People With Secret
- 2094.Finding 3-Digit Even Numbers
- 2095.Delete the Middle Node of a Linked List
- 2096.Step-By-Step Directions From a Binary Tree Node to Another
- 2100-2199
- 2101.Detonate the Maximum Bombs
- 2103.Rings and Rods
- 2104.Sum of Subarray Ranges
- 2105.Watering Plants II
- 2106.Maximum Fruits Harvested After at Most K Steps
- 2109.Adding Spaces to a String
- 2110.Number of Smooth Descent Periods of a Stock
- 2111.Minimum Operations to Make the Array K-Increasing
- 2120.Execution of All Suffix Instructions Staying in a Grid
- 2121.Intervals Between Identical Elements
- 2122.Recover the Original Array
- 2125.Number of Laser Beams in a Bank
- 2126.Destroying Asteroids
- 2127.Maximum Employees to Be Invited to a Meeting
- 2130.Maximum Twin Sum of a Linked List
- 2132.Stamping the Grid
- 2133.Check if Every Row and Column Contains All Numbers
- 2134.Minimum Swaps to Group All 1's Together II
- 2135.Count Words Obtained After Adding a Letter
- 2136.Earliest Possible Day of Full Bloom
- 2138.Divide a String Into Groups of Size k
- 2140.Solving Questions With Brainpower
- 2144.Minimum Cost of Buying Candies With Discount
- 2145.Count the Hidden Sequences
- 2146.K Highest Ranked Items Within a Price Range
- 2148.Count Elements With Strictly Smaller and Greater Elements
- 2149.Rearrange Array Elements by Sign
- 2150.Find All Lonely Numbers in the Array
- 2151.Maximum Good People Based on Statements
- 2155.All Divisions With the Highest Score of a Binary Array
- 2157.Groups of Strings
- 2158.Amount of New Area Painted Each Day
- 2160.Minimum Sum of Four Digit Number After Splitting Digits
- 2161.Partition Array According to Given Pivot
- 2162.Minimum Cost to Set Cooking Time
- 2164.Sort Even and Odd Indices Independently
- 2165.Smallest Value of the Rearranged Number
- 2166.Design Bitset
- 2169.Count Operations to Obtain Zero
- 2170.Minimum Operations to Make the Array Alternating
- 2174.Remove All Ones With Row and Column Flips II
- 2176.Count Equal and Divisible Pairs in an Array
- 2178.Maximum Split of Positive Even Integers
- 2179.Count Good Triplets in an Array
- 2180.Count Integers With Even Digit Sum
- 2181.Merge Nodes in Between Zeros
- 2182.Construct String With Repeat Limit
- 2187.Minimum Time to Complete Trips
- 2190.Most Frequent Number Following Key In an Array
- 2192.All Ancestors of a Node in a Directed Acyclic Graph
- 2193.Minimum Number of Moves to Make Palindrome
- 2195.Append K Integers With Minimal Sum
- 2196.Create Binary Tree From Descriptions
- 2198.Number of Single Divisor Triplets
- 2200-2299
- 2200.Find All K-Distant Indices in an Array
- 2201.Count Artifacts That Can Be Extracted
- 2202.Maximize the Topmost Element After K Moves
- 2207.Maximize Number of Subsequences in a String
- 2208.Minimum Operations to Halve Array Sum
- 2210.Count Hills and Valleys in an Array
- 2211.Count Collisions on a Road
- 2212.Maximum Points in an Archery Competition
- 2213.Longest Substring of One Repeating Character
- 2214.Minimum Health to Beat Game
- 2217.Find Palindrome With Fixed Length
- 2218.Maximum Value of K Coins From Piles
- 2220.Minimum Bit Flips to Convert Number
- 2222.Number of Ways to Select Buildings
- 2224.Minimum Number of Operations to Convert Time
- 2225.Find Players With Zero or One Losses
- 2226.Maximum Candies Allocated to K Children
- 2227.Encrypt and Decrypt Strings
- 2231.Largest Number After Digit Swaps by Parity
- 2233.Maximum Product After K Increments
- 2237.Count Positions on Street With Required Brightness
- 2239.Find Closest Number to Zero
- 2240.Number of Ways to Buy Pens and Pencils
- 2244.Minimum Rounds to Complete All Tasks
- 2249.Count Lattice Points Inside a Circle
- 2250.Count Number of Rectangles Containing Each Point
- 2256.Minimum Average Difference
- 2257.Count Unguarded Cells in the Grid
- 2258.Escape the Spreading Fire
- 2259.Remove Digit From Number to Maximize Result
- 2260.Minimum Consecutive Cards to Pick Up
- 2261.K Divisible Elements Subarrays
- 2262.Total Appeal of A String
- 2264.Largest 3-Same-Digit Number in String
- 2267.Check if There Is a Valid Parentheses String Path
- 2268.Minimum Number of Keypresses
- 2269.Find the K-Beauty of a Number
- 2270.Number of Ways to Split Array
- 2279.Maximum Bags With Full Capacity of Rocks
- 2280.Minimum Lines to Represent a Line Chart
- 2281.Sum of Total Strength of Wizards
- 2283.Check if Number Has Equal Digit Count and Digit Value
- 2284.Sender With Largest Word Count
- 2285.Maximum Total Importance of Roads
- 2287.Rearrange Characters to Make Target String
- 2289.Steps to Make Array Non-decreasing
- 2290.Minimum Obstacle Removal to Reach Corner
- 2291.Maximum Profit From Trading Stocks
- 2293.Min Max Game
- 2294.Partition Array Such That Maximum Difference Is K
- 2295.Replace Elements in an Array
- 2299.Strong Password Checker II
- 2300-2399
- 2300.Successful Pairs of Spells and Potions
- 2301.Match Substring After Replacement
- 2302.Count Subarrays With Score Less Than K
- 2303.Calculate Amount Paid in Taxes
- 2304.Minimum Path Cost in a Grid
- 2305.Fair Distribution of Cookies
- 2306.Naming a Company
- 2310.Sum of Numbers With Units Digit K
- 2311.Longest Binary Subsequence Less Than or Equal to K
- 2312.Selling Pieces of Wood
- 2315.Count Asterisks
- 2316.Count Unreachable Pairs of Nodes in an Undirected Graph
- 2319.Check if Matrix Is X-Matrix
- 2320.Count Number of Ways to Place Houses
- 2321.Maximum Score Of Spliced Array
- 2322.Minimum Score After Removals on a Tree
- 2325.Decode the Message
- 2326.Spiral Matrix IV
- 2327.Number of People Aware of a Secret
- 2328.Number of Increasing Paths in a Grid
- 2332.The Latest Time to Catch a Bus
- 2333.Minimum Sum of Squared Difference
- 2334.Subarray With Elements Greater Than Varying Threshold
- 2335.Minimum Amount of Time to Fill Cups
- 2336.Smallest Number in Infinite Set
- 2337.Move Pieces to Obtain a String
- 2342.Max Sum of a Pair With Equal Sum of Digits
- 2344.Minimum Deletions to Make Array Divisible
- 2347.Best Poker Hand
- 2348.Number of Zero-Filled Subarrays
- 2349.Design a Number Container System
- 2350.Shortest Impossible Sequence of Rolls
- 2351.First Letter to Appear Twice
- 2353.Design a Food Rating System
- 2354.Number of Excellent Pairs
- 2355.Maximum Number of Books You Can Take
- 2357.Make Array Zero by Subtracting Equal Amounts
- 2358.Maximum Number of Groups Entering a Competition
- 2360.Longest Cycle in a Graph
- 2363.Merge Similar Items
- 2365.Task Scheduler II
- 2366.Minimum Replacements to Sort the Array
- 2368.Reachable Nodes With Restrictions
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
1,452 files changed
+5620
-7947
lines changed+4-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
16 |
| - | |
| 15 | + | |
| 16 | + | |
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 |
| - | |
| 20 | + | |
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
| |||
56 | 56 |
| |
57 | 57 |
| |
58 | 58 |
| |
59 |
| - | |
| 59 | + | |
60 | 60 |
| |
61 | 61 |
| |
62 | 62 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
7 |
| - | |
8 |
| - | |
| 6 | + | |
9 | 7 |
| |
10 |
| - | |
11 |
| - | |
| 8 | + | |
12 | 9 |
| |
13 |
| - | |
14 |
| - | |
15 |
| - | |
16 |
| - | |
| 10 | + | |
| 11 | + | |
17 | 12 |
| |
18 | 13 |
| |
19 | 14 |
| |
| |||
22 | 17 |
| |
23 | 18 |
| |
24 | 19 |
| |
25 |
| - | |
26 |
| - | |
| 20 | + | |
27 | 21 |
| |
28 | 22 |
| |
29 | 23 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
104 | 104 |
| |
105 | 105 |
| |
106 | 106 |
| |
107 |
| - | |
108 |
| - | |
109 |
| - | |
| 107 | + | |
110 | 108 |
| |
111 |
| - | |
112 |
| - | |
| 109 | + | |
113 | 110 |
| |
114 |
| - | |
115 |
| - | |
116 |
| - | |
117 |
| - | |
| 111 | + | |
| 112 | + | |
118 | 113 |
| |
119 | 114 |
| |
120 | 115 |
| |
| |||
123 | 118 |
| |
124 | 119 |
| |
125 | 120 |
| |
126 |
| - | |
127 |
| - | |
| 121 | + | |
128 | 122 |
| |
129 | 123 |
| |
130 | 124 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
7 |
| - | |
| 6 | + | |
8 | 7 |
| |
9 |
| - | |
10 |
| - | |
| 8 | + | |
11 | 9 |
| |
12 | 10 |
| |
13 | 11 |
| |
14 | 12 |
| |
15 | 13 |
| |
16 | 14 |
| |
17 | 15 |
| |
18 |
| - | |
19 |
| - | |
20 |
| - | |
21 |
| - | |
| 16 | + | |
| 17 | + | |
22 | 18 |
| |
23 | 19 |
| |
24 |
| - | |
25 |
| - | |
| 20 | + | |
26 | 21 |
| |
27 | 22 |
| |
28 | 23 |
| |
| |||
32 | 27 |
| |
33 | 28 |
| |
34 | 29 |
| |
35 |
| - | |
36 |
| - | |
| 30 | + | |
37 | 31 |
| |
38 | 32 |
| |
39 | 33 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
95 | 95 |
| |
96 | 96 |
| |
97 | 97 |
| |
98 |
| - | |
99 |
| - | |
| 98 | + | |
100 | 99 |
| |
101 |
| - | |
102 |
| - | |
| 100 | + | |
103 | 101 |
| |
104 | 102 |
| |
105 | 103 |
| |
106 | 104 |
| |
107 | 105 |
| |
108 | 106 |
| |
109 | 107 |
| |
110 |
| - | |
111 |
| - | |
112 |
| - | |
113 |
| - | |
| 108 | + | |
| 109 | + | |
114 | 110 |
| |
115 | 111 |
| |
116 |
| - | |
117 |
| - | |
| 112 | + | |
118 | 113 |
| |
119 | 114 |
| |
120 | 115 |
| |
| |||
124 | 119 |
| |
125 | 120 |
| |
126 | 121 |
| |
127 |
| - | |
128 |
| - | |
| 122 | + | |
129 | 123 |
| |
130 | 124 |
| |
131 | 125 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
12 |
| - | |
| 11 | + | |
13 | 12 |
| |
14 | 13 |
| |
15 | 14 |
| |
16 | 15 |
| |
17 | 16 |
| |
18 |
| - | |
19 |
| - | |
20 |
| - | |
21 |
| - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
28 |
| - | |
29 |
| - | |
| 28 | + | |
30 | 29 |
| |
31 | 30 |
| |
32 | 31 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
285 | 285 |
| |
286 | 286 |
| |
287 | 287 |
| |
288 |
| - | |
289 |
| - | |
| 288 | + | |
290 | 289 |
| |
291 | 290 |
| |
292 | 291 |
| |
293 | 292 |
| |
294 | 293 |
| |
295 |
| - | |
296 |
| - | |
297 |
| - | |
298 |
| - | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
299 | 299 |
| |
300 | 300 |
| |
301 | 301 |
| |
302 | 302 |
| |
303 | 303 |
| |
304 | 304 |
| |
305 |
| - | |
306 |
| - | |
| 305 | + | |
307 | 306 |
| |
308 | 307 |
| |
309 | 308 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
11 |
| - | |
| 10 | + | |
12 | 11 |
| |
13 | 12 |
| |
14 | 13 |
| |
15 |
| - | |
16 |
| - | |
17 |
| - | |
18 |
| - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 |
| - | |
26 |
| - | |
| 25 | + | |
27 | 26 |
| |
28 | 27 |
| |
29 | 28 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
299 | 299 |
| |
300 | 300 |
| |
301 | 301 |
| |
302 |
| - | |
303 |
| - | |
| 302 | + | |
304 | 303 |
| |
305 | 304 |
| |
306 | 305 |
| |
307 |
| - | |
308 |
| - | |
309 |
| - | |
310 |
| - | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
311 | 311 |
| |
312 | 312 |
| |
313 | 313 |
| |
314 | 314 |
| |
315 | 315 |
| |
316 | 316 |
| |
317 |
| - | |
318 |
| - | |
| 317 | + | |
319 | 318 |
| |
320 | 319 |
| |
321 | 320 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
97 | 97 |
| |
98 | 98 |
| |
99 | 99 |
| |
100 |
| - | |
101 |
| - | |
| 100 | + | |
102 | 101 |
| |
103 |
| - | |
104 |
| - | |
| 102 | + | |
105 | 103 |
| |
106 | 104 |
| |
107 | 105 |
| |
108 | 106 |
| |
109 | 107 |
| |
110 | 108 |
| |
111 | 109 |
| |
112 |
| - | |
113 |
| - | |
114 |
| - | |
115 |
| - | |
116 |
| - | |
| 110 | + | |
| 111 | + | |
117 | 112 |
| |
118 |
| - | |
119 |
| - | |
120 |
| - | |
121 |
| - | |
| 113 | + | |
| 114 | + | |
122 | 115 |
| |
123 | 116 |
| |
124 | 117 |
| |
125 | 118 |
| |
126 |
| - | |
| 119 | + | |
127 | 120 |
| |
128 | 121 |
| |
129 | 122 |
| |
130 |
| - | |
131 |
| - | |
132 |
| - | |
133 |
| - | |
134 |
| - | |
135 |
| - | |
136 |
| - | |
137 |
| - | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
138 | 129 |
| |
139 | 130 |
| |
140 | 131 |
| |
|
0 commit comments