LeetHub
LeetHub copied to clipboard
Supporting "Explore" Problems
First, awesome project. Thanks for making this. :)
Is your feature request related to a problem? Please describe. I have been working on leetcode problems in the "Explore" Category, for example: https://leetcode.com/explore/interview/card/top-interview-questions-easy/92/array/ A sample problem from that section is the "Remove Duplicates from Sorted Array" problem. https://leetcode.com/explore/interview/card/top-interview-questions-easy/92/array/727/ And the corresponding submission URL is https://leetcode.com/submissions/detail/693231812/?from=explore&item_id=727 Unfortunately LeetHub does not recognize these submissions. I have to search for the problem https://leetcode.com/problems/remove-duplicates-from-sorted-array/ and then click the "submit" button to resubmit my solution.
Describe the solution you'd like If you could support submissions for leetcode questions with the url structure: https://leetcode.com/explore/interview/card/top-interview-questions-easy/92/array/727/ https://leetcode.com/submissions/detail/693231812/?from=explore&item_id=727 That would be awesome
I second this request. Would be really useful to either have this working, or not at all. Right now it just creates a folder with the name of the lesson in the repo, with just a README with the assignment, but no submission.