mirror of
https://github.com/McSmog/LeetCode-Questions-CompanyWise.git
synced 2026-04-19 16:56:45 +00:00
1.9 KiB
1.9 KiB
| 1 | 128 | Longest Consecutive Sequence | 45.1% | Hard | 0.12090519978650899 | https://leetcode.com/problems/longest-consecutive-sequence |
|---|---|---|---|---|---|---|
| 2 | 383 | Ransom Note | 53.1% | Easy | 0.1053605156578263 | https://leetcode.com/problems/ransom-note |
| 3 | 286 | Walls and Gates | 54.5% | Medium | 0.089897664246389 | https://leetcode.com/problems/walls-and-gates |
| 4 | 480 | Sliding Window Median | 37.2% | Hard | 0.0743529801177063 | https://leetcode.com/problems/sliding-window-median |
| 5 | 20 | Valid Parentheses | 39.0% | Easy | 0.06735240264428982 | https://leetcode.com/problems/valid-parentheses |
| 6 | 22 | Generate Parentheses | 62.7% | Medium | 0.05215612134598845 | https://leetcode.com/problems/generate-parentheses |
| 7 | 146 | LRU Cache | 33.2% | Medium | 0.040660598211268925 | https://leetcode.com/problems/lru-cache |
| 8 | 215 | Kth Largest Element in an Array | 55.4% | Medium | 0.03458557964977998 | https://leetcode.com/problems/kth-largest-element-in-an-array |
| 9 | 443 | String Compression | 41.3% | Easy | 0.031026273563100573 | https://leetcode.com/problems/string-compression |
| 10 | 66 | Plus One | 43.0% | Easy | 0.028982869090985654 | https://leetcode.com/problems/plus-one |
| 11 | 200 | Number of Islands | 46.8% | Medium | 0.025712029212602353 | https://leetcode.com/problems/number-of-islands |
| 12 | 784 | Letter Case Permutation | 64.6% | Medium | 0.02026411791905559 | https://leetcode.com/problems/letter-case-permutation |
| 13 | 127 | Word Ladder | 29.6% | Medium | 0.013403030127340374 | https://leetcode.com/problems/word-ladder |
| 14 | 3 | Longest Substring Without Repeating Characters | 30.4% | Medium | 0.009683242444739549 | https://leetcode.com/problems/longest-substring-without-repeating-characters |
| 15 | 206 | Reverse Linked List | 62.5% | Easy | 0.009326794511974934 | https://leetcode.com/problems/reverse-linked-list |
| 16 | 1 | Two Sum | 45.6% | Easy | 0.0073613942765888805 | https://leetcode.com/problems/two-sum |
| 17 | 412 | Fizz Buzz | 62.3% | Easy | 0.007165921026143679 | https://leetcode.com/problems/fizz-buzz |
| 18 | 347 | Top K Frequent Elements | 61.2% | Medium | 0.0033396446491217604 | https://leetcode.com/problems/top-k-frequent-elements |