When evaluating my code inside the editor I'm getting errors that suggest the valuation data has some issues.
For example, in two sum you can return the list of indices in whichever order, however the tests only allowed the answers in one order.
Another example is in group anagrams. The errors im getting suggest that some of the words have spaces which does not agree with the specification of the problem which says the anagrams should only consist of lower case letters.
I love this idea that you can do all of leetcode without leaving Anki. One of the coolest decks I've ever encountered.
When evaluating my code inside the editor I'm getting errors that suggest the valuation data has some issues.
For example, in two sum you can return the list of indices in whichever order, however the tests only allowed the answers in one order.
Another example is in group anagrams. The errors im getting suggest that some of the words have spaces which does not agree with the specification of the problem which says the anagrams should only consist of lower case letters.
I love this idea that you can do all of leetcode without leaving Anki. One of the coolest decks I've ever encountered.