Closed Jody-Lu closed 7 years ago
Hi Jody,
Thanks for your advise.
It does take some times to retrieve quiz detail information because of http request.
Your methods(1,3) are kinda like a web crawler does and that is not what this program meant to be (a viewer). Also I think it's unfair for Leetcode for a massive requests at the same time. However, you can easily transform the source code of this program into a web crawler as you wish.
I'll consider method 2.
Hi chichi,
Actually, I have implemented both method 1 & 2 in your code. Thanks for your comment.
BTW, in the to-do list, can you explain more about quiz list sort? Thank you.
Hi Jody,
quiz list sort is quizzes can be sorted by their ids, acceptance and difficulty, just like what you can do in Leetcode.com
Hello chishui,
Thank you for your leetcode-terminal. When I use this tool, I find I have to wait for a while whenever I access a problem. So I come up some methods to handle this situation: