zerotrac / leetcode_problem_rating

Self-calculated rating of problems in leetcode weekly/biweekly contests.
MIT License
502 stars 39 forks source link

Missing title slug for problem 1333 #19

Closed jakemcannon closed 2 years ago

jakemcannon commented 2 years ago

https://github.com/zerotrac/leetcode_problem_rating/blob/d33e2a562d57bdbbf012b22fc8f876c1f5040592/ratings.txt#L914

title slug: filter-restaurants-by-vegan-friendly-price-and-distance

zerotrac commented 2 years ago

Investigating on that.

The reason is because there is a comma in the problem title, so the data is incorrectly split (the internal data uses comma as a delimiter).

I will try to use another delimiter instead. This fix may take a little bit longer.

zerotrac commented 2 years ago

@jakemcannon Solved. Thanks for pointing this out!

jakemcannon commented 2 years ago

No problem, I can grab all the slugs with no issue now, ty!