Divide and conquer
Divide and Conquer¶
- 3165. Maximum Sum of Subsequence With Non-adjacent Elements
- 3109. Find the Index of Permutation
- 2792. Count Nodes That Are Great Enough
- 2613. Beautiful Pairs
- 2519. Count the Number of K-Big Indices
- 2426. Number of Pairs Satisfying Inequality
- 2407. Longest Increasing Subsequence II
- 2343. Query Kth Smallest Trimmed Number
- 2179. Count Good Triplets in an Array
- 2031. Count Subarrays With More Ones Than Zeros
- 1985. Find the Kth Largest Integer in the Array
- 1982. Find Array Given Subset Sums
- 1763. Longest Nice Substring
- 1738. Find Kth Largest XOR Coordinate Value
- 1649. Create Sorted Array through Instructions
- 1569. Number of Ways to Reorder Array to Get Same BST
- 1382. Balance a Binary Search Tree
- 1274. Number of Ships in a Rectangle
- 973. K Closest Points to Origin
- 932. Beautiful Array
- 918. Maximum Sum Circular Subarray
- 912. Sort an Array
- 889. Construct Binary Tree from Preorder and Postorder Traversal
- 654. Maximum Binary Tree
- 558. Logical OR of Two Binary Grids Represented as Quad-Trees
- 493. Reverse Pairs
- 427. Construct Quad Tree
- 395. Longest Substring with At Least K Repeating Characters
- 372. Super Pow
- 347. Top K Frequent Elements
- 327. Count of Range Sum
- 324. Wiggle Sort II
- 315. Count of Smaller Numbers After Self
- 240. Search a 2D Matrix II
- 218. The Skyline Problem
- 215. Kth Largest Element in an Array
- 191. Number of 1 Bits
- 190. Reverse Bits
- 169. Majority Element
- 148. Sort List
- 109. Convert Sorted List to Binary Search Tree
- 108. Convert Sorted Array to Binary Search Tree
- 106. Construct Binary Tree from Inorder and Postorder Traversal
- 105. Construct Binary Tree from Preorder and Inorder Traversal
- 53. Maximum Subarray
- 23. Merge k Sorted Lists
- 4. Median of Two Sorted Arrays