mirror of
https://github.com/McSmog/LeetCode-Questions-CompanyWise.git
synced 2026-04-20 00:57:31 +00:00
996 B
996 B
| 1 | 1283 | Find the Smallest Divisor Given a Threshold | 47.6% | Medium | 0.030152736302452396 | https://leetcode.com/problems/find-the-smallest-divisor-given-a-threshold |
|---|---|---|---|---|---|---|
| 2 | 348 | Design Tic-Tac-Toe | 54.3% | Medium | 0.024214258120594613 | https://leetcode.com/problems/design-tic-tac-toe |
| 3 | 146 | LRU Cache | 33.2% | Medium | 0.01827577993873683 | https://leetcode.com/problems/lru-cache |
| 4 | 706 | Design HashMap | 61.3% | Easy | 0.01752893260576219 | https://leetcode.com/problems/design-hashmap |
| 5 | 557 | Reverse Words in a String III | 69.8% | Easy | 0.013731764001315941 | https://leetcode.com/problems/reverse-words-in-a-string-iii |
| 6 | 295 | Find Median from Data Stream | 44.3% | Hard | 0.00899893586856953 | https://leetcode.com/problems/find-median-from-data-stream |
| 7 | 41 | First Missing Positive | 32.0% | Hard | 0.0064113058208121855 | https://leetcode.com/problems/first-missing-positive |
| 8 | 56 | Merge Intervals | 39.3% | Medium | 0.0034728286335985107 | https://leetcode.com/problems/merge-intervals |
| 9 | 1 | Two Sum | 45.6% | Easy | 0.0008206138651873125 | https://leetcode.com/problems/two-sum |