mirror of
https://github.com/McSmog/LeetCode-Questions-CompanyWise.git
synced 2026-04-19 16:56:45 +00:00
1.1 KiB
1.1 KiB
| 1 | 134 | Gas Station | 38.5% | Medium | 0.029647681078235767 | https://leetcode.com/problems/gas-station |
|---|---|---|---|---|---|---|
| 2 | 259 | 3Sum Smaller | 47.6% | Medium | 0.026117496831033614 | https://leetcode.com/problems/3sum-smaller |
| 3 | 700 | Search in a Binary Search Tree | 73.1% | Easy | 0.01905222743200806 | https://leetcode.com/problems/search-in-a-binary-search-tree |
| 4 | 88 | Merge Sorted Array | 39.4% | Easy | 0.011986958032982505 | https://leetcode.com/problems/merge-sorted-array |
| 5 | 20 | Valid Parentheses | 39.0% | Easy | 0.009170695326061695 | https://leetcode.com/problems/valid-parentheses |
| 6 | 15 | 3Sum | 26.8% | Medium | 0.004940992758742591 | https://leetcode.com/problems/3sum |
| 7 | 268 | Missing Number | 51.7% | Easy | 0.0048804391649084865 | https://leetcode.com/problems/missing-number |
| 8 | 2 | Add Two Numbers | 33.9% | Medium | 0.00379539105290024 | https://leetcode.com/problems/add-two-numbers |
| 9 | 14 | Longest Common Prefix | 35.4% | Easy | 0.003320331762984143 | https://leetcode.com/problems/longest-common-prefix |
| 10 | 1 | Two Sum | 45.6% | Easy | 0.003278422738041615 | https://leetcode.com/problems/two-sum |
| 11 | 53 | Maximum Subarray | 46.5% | Easy | 0.002167082872150794 | https://leetcode.com/problems/maximum-subarray |