mirror of
https://github.com/McSmog/LeetCode-Questions-CompanyWise.git
synced 2026-04-19 16:56:45 +00:00
862 B
862 B
| 1 | 146 | LRU Cache | 33.2% | Medium | 0.03376763319427294 | https://leetcode.com/problems/lru-cache |
|---|---|---|---|---|---|---|
| 2 | 317 | Shortest Distance from All Buildings | 41.4% | Hard | 0.031062254983439577 | https://leetcode.com/problems/shortest-distance-from-all-buildings |
| 3 | 212 | Word Search II | 34.9% | Hard | 0.02201654487096149 | https://leetcode.com/problems/word-search-ii |
| 4 | 340 | Longest Substring with At Most K Distinct Characters | 44.1% | Hard | 0.016122880486563188 | https://leetcode.com/problems/longest-substring-with-at-most-k-distinct-characters |
| 5 | 297 | Serialize and Deserialize Binary Tree | 47.5% | Hard | 0.007077170374085099 | https://leetcode.com/problems/serialize-and-deserialize-binary-tree |
| 6 | 234 | Palindrome Linked List | 39.3% | Easy | 0.004533613114828982 | https://leetcode.com/problems/palindrome-linked-list |
| 7 | 210 | Course Schedule II | 40.7% | Medium | 0.0019086707135282834 | https://leetcode.com/problems/course-schedule-ii |