| 2357 | Make Array Zero by Subtracting Equal Amounts | ArrayHash TableGreedy+3 | Easy |
| 2363 | Merge Similar Items | ArrayHash TableSorting+1 | Easy |
| 2367 | Number of Arithmetic Triplets | ArrayHash TableTwo Pointers+1 | Easy |
| 2373 | Largest Local Values in a Matrix | ArrayMatrix | Easy |
| 2379 | Minimum Recolors to Get K Consecutive Black Blocks | StringSliding Window | Easy |
| 2383 | Minimum Hours of Training to Win a Competition | ArrayGreedy | Easy |
| 2389 | Longest Subsequence With Limited Sum | ArrayBinary SearchGreedy+2 | Easy |
| 2395 | Find Subarrays With Equal Sum | ArrayHash Table | Easy |
| 2399 | Check Distances Between Same Letters | ArrayHash TableString | Easy |
| 2404 | Most Frequent Even Element | ArrayHash TableCounting | Easy |
| 2409 | Count Days Spent Together | MathString | Easy |
| 2413 | Smallest Even Multiple | MathNumber Theory | Easy |
| 2418 | Sort the People | ArrayHash TableString+1 | Easy |
| 2423 | Remove Letter To Equalize Frequency | Hash TableStringCounting | Easy |
| 2427 | Number of Common Factors | MathEnumerationNumber Theory | Easy |
| 2432 | The Employee That Worked on the Longest Task | Array | Easy |
| 2437 | Number of Valid Clock Times | StringEnumeration | Easy |
| 2441 | Largest Positive Integer That Exists With Its Negative | ArrayHash TableTwo Pointers+1 | Easy |
| 2446 | Determine if Two Events Have Conflict | ArrayString | Easy |
| 2451 | Odd String Difference | ArrayHash TableString | Easy |
| 2455 | Average Value of Even Numbers That Are Divisible by Three | ArrayMath | Easy |
| 2460 | Apply Operations to an Array | ArrayTwo PointersSimulation | Easy |
| 2465 | Number of Distinct Averages | ArrayHash TableTwo Pointers+1 | Easy |
| 2469 | Convert the Temperature | Math | Easy |
| 2475 | Number of Unequal Triplets in Array | ArrayHash TableSorting | Easy |
| 2481 | Minimum Cuts to Divide a Circle | MathGeometry | Easy |
| 2485 | Find the Pivot Integer | MathPrefix Sum | Easy |
| 2490 | Circular Sentence | String | Easy |
| 2496 | Maximum Value of a String in an Array | ArrayString | Easy |
| 2500 | Delete Greatest Value in Each Row | ArraySortingHeap (Priority Queue)+2 | Easy |
| 2506 | Count Pairs Of Similar Strings | ArrayHash TableString+2 | Easy |
| 2511 | Maximum Enemy Forts That Can Be Captured | ArrayTwo Pointers | Easy |
| 2515 | Shortest Distance to Target String in a Circular Array | ArrayString | Easy |
| 2520 | Count the Digits That Divide a Number | Math | Easy |
| 2525 | Categorize Box According to Criteria | Math | Easy |
| 2529 | Maximum Count of Positive Integer and Negative Integer | ArrayBinary SearchCounting | Easy |
| 2535 | Difference Between Element Sum and Digit Sum of an Array | ArrayMath | Easy |
| 2540 | Minimum Common Value | ArrayHash TableTwo Pointers+1 | Easy |
| 2544 | Alternating Digit Sum | Math | Easy |
| 2549 | Count Distinct Numbers on Board | ArrayHash TableMath+1 | Easy |
| 2553 | Separate the Digits in an Array | ArraySimulation | Easy |
| 2558 | Take Gifts From the Richest Pile | ArrayHeap (Priority Queue)Simulation | Easy |
| 2562 | Find the Array Concatenation Value | ArrayTwo PointersSimulation | Easy |
| 2566 | Maximum Difference by Remapping a Digit | MathGreedy | Easy |
| 2570 | Merge Two 2D Arrays by Summing Values | ArrayHash TableTwo Pointers | Easy |
| 2574 | Left and Right Sum Differences | ArrayPrefix Sum | Easy |
| 2578 | Split With Minimum Sum | MathGreedySorting | Easy |
| 2582 | Pass the Pillow | MathSimulation | Easy |
| 2586 | Count the Number of Vowel Strings in Range | ArrayStringCounting | Easy |
| 2591 | Distribute Money to Maximum Children | MathGreedy | Easy |