Divide And Conquer Problems

Master divide and conquer problems with AI-powered solutions. Get instant coding assistance during your technical interviews for all 42 problems in this category.

Total Problems: 42
Easy: 5
Medium: 22
Hard: 15
Showing 42 of 42 problems

Problems

Scroll within this area to browse all problems

#
Title
Difficulty
4

Median of Two Sorted Arrays

Hard
53

Maximum Subarray

Medium
347

Top K Frequent Elements

Medium
1014

K Closest Points to Origin

Medium
23

Merge k Sorted Lists

Hard
169

Majority Element

Easy
215

Kth Largest Element in an Array

Medium
190

Reverse Bits

Easy
108

Convert Sorted Array to Binary Search Tree

Easy
105

Construct Binary Tree from Preorder and Inorder Traversal

Medium
148

Sort List

Medium
106

Construct Binary Tree from Inorder and Postorder Traversal

Medium
315

Count of Smaller Numbers After Self

Hard
948

Sort an Array

Medium
1285

Balance a Binary Search Tree

Medium
2526

Longest Increasing Subsequence II

Hard
395

Longest Substring with At Least K Repeating Characters

Medium
954

Maximum Sum Circular Subarray

Medium
218

The Skyline Problem

Hard
109

Convert Sorted List to Binary Search Tree

Medium
324

Wiggle Sort II

Medium
240

Search a 2D Matrix II

Medium
2113

Find the Kth Largest Integer in the Array

Medium
191

Number of 1 Bits

Easy
968

Beautiful Array

Medium
2109

Find Array Given Subset Sums

Hard
925

Construct Binary Tree from Preorder and Postorder Traversal

Medium
327

Count of Range Sum

Hard
3423

Maximum Sum of Subsequence With Non-adjacent Elements

Hard
307

Range Sum Query - Mutable

Medium
493

Reverse Pairs

Hard
772

Construct Quad Tree

Medium
3941

Number of Integers With Popcount-Depth Equal to K II

Hard
1772

Create Sorted Array through Instructions

Hard
654

Maximum Binary Tree

Medium
2513

Number of Pairs Satisfying Inequality

Hard
2280

Count Good Triplets in an Array

Hard
1873

Longest Nice Substring

Easy
1692

Number of Ways to Reorder Array to Get Same BST

Hard
372

Super Pow

Medium
3955

Threshold Majority Queries

Hard
3822

Fill a Special Grid

Medium

Divide And Conquer LeetCode Problems List

Related LeetCode Topics

Divide And Conquer LeetCode Problems - Interview Coder