| Number of Connected Components in an Undirected Graph | Medium | 64.8% | 100.0% | |
| Minimum Path Sum | Medium | 67.8% | 62.5% | ArrayDynamic ProgrammingMatrix |
| Dot Product of Two Sparse Vectors | Medium | 89.9% | 62.5% | |
| Implement Trie (Prefix Tree) | Medium | 69.2% | 62.5% | Hash TableStringDesign+1 |
| Number of Steps to Reduce a Number in Binary Representation to One | Medium | 61.3% | 62.5% | StringBit ManipulationSimulation |
| LRU Cache | Medium | 46.8% | 50.0% | Hash TableLinked ListDesign+1 |
| First Missing Positive | Hard | 42.4% | 50.0% | ArrayHash Table |
| Widest Vertical Area Between Two Points Containing No Points | Easy | 87.1% | 50.0% | ArraySorting |
| Serialize and Deserialize Binary Tree | Hard | 60.3% | 50.0% | StringTreeDepth-First Search+3 |
| Maximum Sum of 3 Non-Overlapping Subarrays | Hard | 59.7% | 50.0% | ArrayDynamic ProgrammingSliding Window+1 |