Leetcode Top Sorting Exercises

Pierre-Marie Poitevin
11 min readApr 23, 2024
Sorting Skittles

Sorting is fundamental to solve a lot of Leetcode problems, and dealing with sorted data structures can often be very useful. This is a compilation of common interview questions that deal with sorting. We use the questions to explain the different techniques to use.

Please suggest questions if you want them added to the list.

List of questions tackled

--

--