mirror of
https://github.com/McSmog/LeetCode-Questions-CompanyWise.git
synced 2026-04-19 16:56:45 +00:00
1.1 KiB
1.1 KiB
| 1 | 939 | Minimum Area Rectangle | 51.8% | Medium | 0.03323242792566654 | https://leetcode.com/problems/minimum-area-rectangle |
|---|---|---|---|---|---|---|
| 2 | 231 | Power of Two | 43.7% | Easy | 0.021776810232970734 | https://leetcode.com/problems/power-of-two |
| 3 | 146 | LRU Cache | 33.2% | Medium | 0.010321192540274932 | https://leetcode.com/problems/lru-cache |
| 4 | 206 | Reverse Linked List | 62.5% | Easy | 0.009326794511974934 | https://leetcode.com/problems/reverse-linked-list |
| 5 | 114 | Flatten Binary Tree to Linked List | 49.3% | Medium | 0.006896579059060353 | https://leetcode.com/problems/flatten-binary-tree-to-linked-list |
| 6 | 199 | Binary Tree Right Side View | 54.1% | Medium | 0.0056826406650506926 | https://leetcode.com/problems/binary-tree-right-side-view |
| 7 | 22 | Generate Parentheses | 62.7% | Medium | 0.0043611059090124735 | https://leetcode.com/problems/generate-parentheses |
| 8 | 23 | Merge k Sorted Lists | 40.2% | Hard | 0.004051459000748015 | https://leetcode.com/problems/merge-k-sorted-lists |
| 9 | 1 | Two Sum | 45.6% | Easy | 0.003278422738041615 | https://leetcode.com/problems/two-sum |
| 10 | 33 | Search in Rotated Sorted Array | 34.5% | Medium | 0.003229976968332634 | https://leetcode.com/problems/search-in-rotated-sorted-array |