mirror of
https://github.com/McSmog/LeetCode-Questions-CompanyWise.git
synced 2026-04-19 16:56:45 +00:00
2.6 KiB
2.6 KiB
| 1 | 706 | Design HashMap | 61.3% | Easy | 0.1171974903999194 | https://leetcode.com/problems/design-hashmap |
|---|---|---|---|---|---|---|
| 2 | 653 | Two Sum IV - Input is a BST | 55.5% | Easy | 0.09078846984784666 | https://leetcode.com/problems/two-sum-iv-input-is-a-bst |
| 3 | 1 | Two Sum | 45.6% | Easy | 0.06437944929577392 | https://leetcode.com/problems/two-sum |
| 4 | 20 | Valid Parentheses | 39.0% | Easy | 0.055983722381420686 | https://leetcode.com/problems/valid-parentheses |
| 5 | 127 | Word Ladder | 29.6% | Medium | 0.03679590970204585 | https://leetcode.com/problems/word-ladder |
| 6 | 238 | Product of Array Except Self | 60.1% | Medium | 0.03482987258052727 | https://leetcode.com/problems/product-of-array-except-self |
| 7 | 867 | Transpose Matrix | 62.8% | Easy | 0.031179454774354007 | https://leetcode.com/problems/transpose-matrix |
| 8 | 17 | Letter Combinations of a Phone Number | 46.8% | Medium | 0.027199239804368825 | https://leetcode.com/problems/letter-combinations-of-a-phone-number |
| 9 | 1290 | Convert Binary Number in a Linked List to Integer | 80.4% | Easy | 0.023623145763435913 | https://leetcode.com/problems/convert-binary-number-in-a-linked-list-to-integer |
| 10 | 56 | Merge Intervals | 39.3% | Medium | 0.02150990613527447 | https://leetcode.com/problems/merge-intervals |
| 11 | 921 | Minimum Add to Make Parentheses Valid | 73.7% | Medium | 0.021425565169310254 | https://leetcode.com/problems/minimum-add-to-make-parentheses-valid |
| 12 | 5 | Longest Palindromic Substring | 29.5% | Medium | 0.020329346568668867 | https://leetcode.com/problems/longest-palindromic-substring |
| 13 | 242 | Valid Anagram | 56.9% | Easy | 0.016513947375674708 | https://leetcode.com/problems/valid-anagram |
| 14 | 2 | Add Two Numbers | 33.9% | Medium | 0.015095892173467356 | https://leetcode.com/problems/add-two-numbers |
| 15 | 15 | 3Sum | 26.8% | Medium | 0.013665148419080968 | https://leetcode.com/problems/3sum |
| 16 | 200 | Number of Islands | 46.8% | Medium | 0.011509262420590827 | https://leetcode.com/problems/number-of-islands |
| 17 | 155 | Min Stack | 44.5% | Easy | 0.010653509851791077 | https://leetcode.com/problems/min-stack |
| 18 | 103 | Binary Tree Zigzag Level Order Traversal | 48.3% | Medium | 0.01063025572799205 | https://leetcode.com/problems/binary-tree-zigzag-level-order-traversal |
| 19 | 387 | First Unique Character in a String | 53.4% | Easy | 0.009392680199054166 | https://leetcode.com/problems/first-unique-character-in-a-string |
| 20 | 49 | Group Anagrams | 56.9% | Medium | 0.008538951314232168 | https://leetcode.com/problems/group-anagrams |
| 21 | 26 | Remove Duplicates from Sorted Array | 45.1% | Easy | 0.007782518973063169 | https://leetcode.com/problems/remove-duplicates-from-sorted-array |
| 22 | 268 | Missing Number | 51.7% | Easy | 0.0048804391649084865 | https://leetcode.com/problems/missing-number |
| 23 | 42 | Trapping Rain Water | 48.9% | Hard | 0.004350670338744988 | https://leetcode.com/problems/trapping-rain-water |
| 24 | 344 | Reverse String | 68.5% | Easy | 0.003269579502519813 | https://leetcode.com/problems/reverse-string |