Skip to content

Latest commit

 

History

History
42 lines (36 loc) · 10.5 KB

sorting.md

File metadata and controls

42 lines (36 loc) · 10.5 KB

Sorting

Facile

Label Tags Date
75. Sort Colors Array, Two Pointers, Sorting 12-06-2024
88. Merge Sorted Array Array, Two Pointers, Sorting 21-02-2024
169. Majority Element Array, Hash Table, Divide and Conquer, Sorting, Counting 12-04-2024
242. Valid Anagram Hash Table, String, Sorting 30-03-2024
349. Intersection of Two Arrays Array, Hash Table, Binary Search, Sorting 10-03-2024
997. Find the Town Judge Array, Hash Table, Graph 22-02-2024
2418. Sort the People Array, Hash Table, String, Sorting 22-07-2024
2441. Largest Positive Integer That Exists With Its Negative Array, Hash Table, Two Pointers, Sorting 03-05-2024
2824. Count Pairs Whose Sum is Less than Target Array, Two Pointers, Binary Search, Sorting 30-06-2024

Moyen

Label Tags Date
56. Merge Intervals Array, Sorting 31-03-2024
452. Minimum Number of Arrows to Burst Balloons Array, Greedy, Sorting 18-03-2024
791. Custom Sort String Hash Table, String, Sorting 11-03-2024
948. Bag of Tokens Array, Greedy, Two Pointers, Sorting 04-03-2024
1679. Max Number of K-Sum Pairs Array, Two Pointers, Sorting, Hash Table 13-03-2024
2191. Sort the Jumbled Numbers Array, Sorting 24-07-2024
2285. Maximum Total Importance of Roads Greedy, Graph, Sorting, Heap (Priority Queue) 28-06-2024
3011. Find if Array Can Be Sorted Array, Bit Manipulation, Sorting 22-06-2024
3016. Minimum Number of Pushes to Type Word II Hash Table, String, Greedy, Sorting, Counting 06-08-2024
3075. Maximize Happiness of Selected Children Array, Greedy, Sorting 09-05-2024
3080. Mark Elements on Array by Performing Queries Array, Hash Table, Sorting, Heap (Priority Queue), Simulation 16-03-2024
3081. Replace Question Marks in String to Minimize Its Value Hash Table, String, Greedy, Sorting, Heap (Priority Queue), Counting 22-03-2024
3143. Maximum Points Inside the Square Array, Hash Table, String, Binary Search, Sorting 06-07-2024

Difficile

Label Tags Date
502. IPO Array, Greedy, Sorting, Heap (Priority Queue) 15-06-2024
726. Number of Atoms Hash Table, String, Stack, Sorting 14-07-2024
2092. Find All People With Secret Depth-First Search, Breadth-First Search, Union Find, Graph, Sorting 24-02-2024
2751. Robot Collisions Array, Stack, Sorting, Simulation 13-07-2024