mirror of
https://github.com/McSmog/LeetCode-Questions-CompanyWise.git
synced 2026-04-19 16:56:45 +00:00
769 B
769 B
| 1 | 160 | Intersection of Two Linked Lists | 40.6% | Easy | 0.009840575641962807 | https://leetcode.com/problems/intersection-of-two-linked-lists |
|---|---|---|---|---|---|---|
| 2 | 191 | Number of 1 Bits | 49.8% | Easy | 0.007169774395423815 | https://leetcode.com/problems/number-of-1-bits |
| 3 | 237 | Delete Node in a Linked List | 63.8% | Easy | 0.004902571407932664 | https://leetcode.com/problems/delete-node-in-a-linked-list |
| 4 | 206 | Reverse Linked List | 62.5% | Easy | 0.002231770161393673 | https://leetcode.com/problems/reverse-linked-list |
| 5 | 1 | Two Sum | 45.6% | Easy | 0.001767235914611495 | https://leetcode.com/problems/two-sum |
| 6 | 2 | Add Two Numbers | 33.9% | Medium | 0.0016196302686159038 | https://leetcode.com/problems/add-two-numbers |
| 7 | 151 | Reverse Words in a String | 21.9% | Medium | 0.0015260771341435947 | https://leetcode.com/problems/reverse-words-in-a-string |