mirror of
https://github.com/McSmog/LeetCode-Questions-CompanyWise.git
synced 2026-04-19 16:56:45 +00:00
2.8 KiB
2.8 KiB
| 1 | 735 | Asteroid Collision | 41.0% | Medium | 1.473090540195022 | https://leetcode.com/problems/asteroid-collision |
|---|---|---|---|---|---|---|
| 2 | 238 | Product of Array Except Self | 60.1% | Medium | 1.0067649782470638 | https://leetcode.com/problems/product-of-array-except-self |
| 3 | 365 | Water and Jug Problem | 30.6% | Medium | 0.8801037398580485 | https://leetcode.com/problems/water-and-jug-problem |
| 4 | 981 | Time Based Key-Value Store | 53.1% | Medium | 0.8180951326968029 | https://leetcode.com/problems/time-based-key-value-store |
| 5 | 158 | Read N Characters Given Read4 II - Call multiple times | 33.8% | Hard | 0.752091950433346 | https://leetcode.com/problems/read-n-characters-given-read4-ii-call-multiple-times |
| 6 | 716 | Max Stack | 42.6% | Easy | 0.6330336058902137 | https://leetcode.com/problems/max-stack |
| 7 | 127 | Word Ladder | 29.6% | Medium | 0.1667080439422554 | https://leetcode.com/problems/word-ladder |
| 8 | 642 | Design Search Autocomplete System | 44.7% | Hard | 0.16312782492496253 | https://leetcode.com/problems/design-search-autocomplete-system |
| 9 | 426 | Convert Binary Search Tree to Sorted Doubly Linked List | 59.1% | Medium | 0.09352605801082346 | https://leetcode.com/problems/convert-binary-search-tree-to-sorted-doubly-linked-list |
| 10 | 109 | Convert Sorted List to Binary Search Tree | 47.7% | Medium | 0.08701137698962977 | https://leetcode.com/problems/convert-sorted-list-to-binary-search-tree |
| 11 | 76 | Minimum Window Substring | 34.6% | Hard | 0.05473322196089386 | https://leetcode.com/problems/minimum-window-substring |
| 12 | 304 | Range Sum Query 2D - Immutable | 38.6% | Medium | 0.054527987071175225 | https://leetcode.com/problems/range-sum-query-2d-immutable |
| 13 | 91 | Decode Ways | 24.7% | Medium | 0.03673102791879485 | https://leetcode.com/problems/decode-ways |
| 14 | 1060 | Missing Element in Sorted Array | 54.5% | Medium | 0.017429635135283658 | https://leetcode.com/problems/missing-element-in-sorted-array |
| 15 | 23 | Merge k Sorted Lists | 40.2% | Hard | 0.016108271385328228 | https://leetcode.com/problems/merge-k-sorted-lists |
| 16 | 10 | Regular Expression Matching | 26.8% | Hard | 0.01609764684284749 | https://leetcode.com/problems/regular-expression-matching |
| 17 | 567 | Permutation in String | 44.4% | Medium | 0.014947961435873182 | https://leetcode.com/problems/permutation-in-string |
| 18 | 88 | Merge Sorted Array | 39.4% | Easy | 0.011986958032982505 | https://leetcode.com/problems/merge-sorted-array |
| 19 | 48 | Rotate Image | 56.7% | Medium | 0.011428695823622754 | https://leetcode.com/problems/rotate-image |
| 20 | 20 | Valid Parentheses | 39.0% | Easy | 0.009170695326061695 | https://leetcode.com/problems/valid-parentheses |
| 21 | 253 | Meeting Rooms II | 45.7% | Medium | 0.008079219870546493 | https://leetcode.com/problems/meeting-rooms-ii |
| 22 | 349 | Intersection of Two Arrays | 62.5% | Easy | 0.00725034896230682 | https://leetcode.com/problems/intersection-of-two-arrays |
| 23 | 146 | LRU Cache | 33.2% | Medium | 0.004600353139061353 | https://leetcode.com/problems/lru-cache |
| 24 | 17 | Letter Combinations of a Phone Number | 46.8% | Medium | 0.0044018999217624675 | https://leetcode.com/problems/letter-combinations-of-a-phone-number |