mirror of
https://github.com/McSmog/LeetCode-Questions-CompanyWise.git
synced 2026-04-19 16:56:45 +00:00
1.6 KiB
1.6 KiB
| 1 | 829 | Consecutive Numbers Sum | 37.5% | Hard | 0.28481507092935865 | https://leetcode.com/problems/consecutive-numbers-sum |
|---|---|---|---|---|---|---|
| 2 | 285 | Inorder Successor in BST | 40.4% | Medium | 0.1850469943157836 | https://leetcode.com/problems/inorder-successor-in-bst |
| 3 | 241 | Different Ways to Add Parentheses | 55.2% | Medium | 0.08527891770220855 | https://leetcode.com/problems/different-ways-to-add-parentheses |
| 4 | 1048 | Longest String Chain | 54.7% | Medium | 0.07529425330187599 | https://leetcode.com/problems/longest-string-chain |
| 5 | 935 | Knight Dialer | 45.2% | Medium | 0.04445176257083384 | https://leetcode.com/problems/knight-dialer |
| 6 | 20 | Valid Parentheses | 39.0% | Easy | 0.02782373445001039 | https://leetcode.com/problems/valid-parentheses |
| 7 | 628 | Maximum Product of Three Numbers | 47.1% | Easy | 0.016529301951210565 | https://leetcode.com/problems/maximum-product-of-three-numbers |
| 8 | 85 | Maximal Rectangle | 37.7% | Hard | 0.013333530869465187 | https://leetcode.com/problems/maximal-rectangle |
| 9 | 232 | Implement Queue using Stacks | 49.6% | Easy | 0.011242389348933884 | https://leetcode.com/problems/implement-queue-using-stacks |
| 10 | 647 | Palindromic Substrings | 60.6% | Medium | 0.010400509768078022 | https://leetcode.com/problems/palindromic-substrings |
| 11 | 221 | Maximal Square | 37.7% | Medium | 0.00988638798855515 | https://leetcode.com/problems/maximal-square |
| 12 | 42 | Trapping Rain Water | 48.9% | Hard | 0.009762524655659178 | https://leetcode.com/problems/trapping-rain-water |
| 13 | 253 | Meeting Rooms II | 45.7% | Medium | 0.008079219870546493 | https://leetcode.com/problems/meeting-rooms-ii |
| 14 | 239 | Sliding Window Maximum | 43.0% | Hard | 0.007898935224534491 | https://leetcode.com/problems/sliding-window-maximum |
| 15 | 200 | Number of Islands | 46.8% | Medium | 0.0028897578265903614 | https://leetcode.com/problems/number-of-islands |