adixmr/leetcode

Some problems have incorrect problem number in csv / json.

PedroNavHur opened this issue · 2 comments

Some problems such as 1719 have the incorrect problem in the csv.

image

Problem 1719 is actually https://leetcode.com/problems/number-of-ways-to-reconstruct-a-tree/

Are you generating the csv / json differently from the google sheets?

You're looking at the wrong id, this id is being used internally by Leetcode. Please have a look at frontend question id column on the right, that's what you're expecting. It'll match with the ID you see on Leetcode UI.

Ohh nice, thank you!