Some problems have incorrect problem number in csv / json.
PedroNavHur opened this issue · 2 comments
PedroNavHur commented
Some problems such as 1719 have the incorrect problem in the csv.
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?
adixmr commented
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.
PedroNavHur commented
Ohh nice, thank you!
