mirror of
https://github.com/McSmog/LeetCode-Questions-CompanyWise.git
synced 2026-04-19 16:56:45 +00:00
1.3 KiB
1.3 KiB
| 1 | 25 | Reverse Nodes in k-Group | 42.1% | Hard | 0.05055437541222425 | https://leetcode.com/problems/reverse-nodes-in-k-group |
|---|---|---|---|---|---|---|
| 2 | 76 | Minimum Window Substring | 34.6% | Hard | 0.04336436867416216 | https://leetcode.com/problems/minimum-window-substring |
| 3 | 845 | Longest Mountain in Array | 37.2% | Medium | 0.03578987502740307 | https://leetcode.com/problems/longest-mountain-in-array |
| 4 | 269 | Alien Dictionary | 33.3% | Hard | 0.027110094009475887 | https://leetcode.com/problems/alien-dictionary |
| 5 | 166 | Fraction to Recurring Decimal | 21.6% | Medium | 0.019305618894153366 | https://leetcode.com/problems/fraction-to-recurring-decimal |
| 6 | 207 | Course Schedule | 43.1% | Medium | 0.010625837876226181 | https://leetcode.com/problems/course-schedule |
| 7 | 23 | Merge k Sorted Lists | 40.2% | Hard | 0.008699909875545938 | https://leetcode.com/problems/merge-k-sorted-lists |
| 8 | 127 | Word Ladder | 29.6% | Medium | 0.005731495844689608 | https://leetcode.com/problems/word-ladder |
| 9 | 56 | Merge Intervals | 39.3% | Medium | 0.0033129067901687907 | https://leetcode.com/problems/merge-intervals |
| 10 | 200 | Number of Islands | 46.8% | Medium | 0.002765297303115152 | https://leetcode.com/problems/number-of-islands |
| 11 | 283 | Move Zeroes | 57.8% | Easy | 0.002758622439079723 | https://leetcode.com/problems/move-zeroes |
| 12 | 26 | Remove Duplicates from Sorted Array | 45.1% | Easy | 0.0018681118827202508 | https://leetcode.com/problems/remove-duplicates-from-sorted-array |