Leetcode does not allow sorting problems by upvotes/downvotes. That is probably to encourage users to attempt newer problems. However, for someone with limited preparation time, going through the most popular questions first might be helpful. Hence, here is a list of Leetcode questions sorted by popularity. The data are accurate as of 13th July 2021. [Raw Markdown]
Rank | Problem | Difficulty | Upvotes | Downvotes |
---|---|---|---|---|
1 | 1. Two Sum | Easy | 22445 | 760 |
2 | [3. Longest Substring Without Repeating Characters](https://leetcode.com/problems/longest-substring-wi |