mirror of
https://github.com/McSmog/LeetCode-Questions-CompanyWise.git
synced 2026-04-19 16:56:45 +00:00
2.0 KiB
2.0 KiB
| 1 | 487 | Max Consecutive Ones II | 48.5% | Medium | 0.03644483834479416 | https://leetcode.com/problems/max-consecutive-ones-ii |
|---|---|---|---|---|---|---|
| 2 | 281 | Zigzag Iterator | 58.4% | Medium | 0.034926034605810494 | https://leetcode.com/problems/zigzag-iterator |
| 3 | 283 | Move Zeroes | 57.8% | Easy | 0.024557850781664083 | https://leetcode.com/problems/move-zeroes |
| 4 | 567 | Permutation in String | 44.4% | Medium | 0.014189666957517671 | https://leetcode.com/problems/permutation-in-string |
| 5 | 150 | Evaluate Reverse Polish Notation | 36.3% | Medium | 0.01355493475171521 | https://leetcode.com/problems/evaluate-reverse-polish-notation |
| 6 | 56 | Merge Intervals | 39.3% | Medium | 0.013186279740090647 | https://leetcode.com/problems/merge-intervals |
| 7 | 380 | Insert Delete GetRandom O(1) | 47.5% | Medium | 0.00934149716911291 | https://leetcode.com/problems/insert-delete-getrandom-o1 |
| 8 | 279 | Perfect Squares | 47.4% | Medium | 0.008781615160384712 | https://leetcode.com/problems/perfect-squares |
| 9 | 98 | Validate Binary Search Tree | 27.8% | Medium | 0.0063060747091605324 | https://leetcode.com/problems/validate-binary-search-tree |
| 10 | 21 | Merge Two Sorted Lists | 53.5% | Easy | 0.004849147433009811 | https://leetcode.com/problems/merge-two-sorted-lists |
| 11 | 146 | LRU Cache | 33.2% | Medium | 0.004370636328108912 | https://leetcode.com/problems/lru-cache |
| 12 | 22 | Generate Parentheses | 62.7% | Medium | 0.004152398782798953 | https://leetcode.com/problems/generate-parentheses |
| 13 | 125 | Valid Palindrome | 36.7% | Easy | 0.0037979536727587773 | https://leetcode.com/problems/valid-palindrome |
| 14 | 49 | Group Anagrams | 56.9% | Medium | 0.0036347154963361594 | https://leetcode.com/problems/group-anagrams |
| 15 | 33 | Search in Rotated Sorted Array | 34.5% | Medium | 0.0031000567336666443 | https://leetcode.com/problems/search-in-rotated-sorted-array |
| 16 | 88 | Merge Sorted Array | 39.4% | Easy | 0.002885588497720344 | https://leetcode.com/problems/merge-sorted-array |
| 17 | 206 | Reverse Linked List | 62.5% | Easy | 0.002231770161393673 | https://leetcode.com/problems/reverse-linked-list |
| 18 | 3 | Longest Substring Without Repeating Characters | 30.4% | Medium | 0.0014852223137141987 | https://leetcode.com/problems/longest-substring-without-repeating-characters |