kaiwk / leetcode.el

An Emacs LeetCode client.
GNU General Public License v3.0
396 stars 70 forks source link

Inconsistent problem-id #80

Closed limoiie closed 3 years ago

limoiie commented 3 years ago

The problem-id showing in column '#' in leetcode.el is not consistent with what shown on the official website.

Here is a (but not all) snapshot showing the inconsistence: a

In this figure, the left is in leetcode.el, and the right is on the official website. As you can see, problems 426-431 on the right are missing on the left.

Though, as far as I know, this issue did not crash leetcode.el's functionality, it would be better to keep consistent with the official website. This consistency is also important to reduce unnecessary ambiguity for future features such as navigating by problem id.