Skip to content

Releases: fspv/leetcode-anki

Anki Deck from refs/heads/dev-new-tests on 2022-06-12_19:19:31

12 Jun 19:19
Compare
Choose a tag to compare
refs/heads/dev-new-tests-1655061571

Better code style coverage

Anki Deck from refs/heads/dev-new-tests on 2022-06-12_19:17:04

12 Jun 19:17
Compare
Choose a tag to compare
refs/heads/dev-new-tests-1655061424

Better code style coverage

Anki Deck from refs/heads/dev-new-tests on 2022-06-12_19:15:11

12 Jun 19:15
Compare
Choose a tag to compare
refs/heads/dev-new-tests-1655061311

Better code style coverage

Anki Deck from refs/heads/dev-new-tests on 2022-06-12_18:51:38

12 Jun 18:52
Compare
Choose a tag to compare
refs/heads/dev-new-tests-1655059898

More build tests

Anki Deck from refs/heads/dev-new-tests on 2022-06-12_18:37:15

12 Jun 18:37
Compare
Choose a tag to compare
refs/heads/dev-new-tests-1655059035

More build tests

Anki Deck from refs/heads/master on 2022-05-17_20:49:39

17 May 20:50
191aedf
Compare
Choose a tag to compare
Merge pull request #25 from prius/dev-batch-api

Add option to limit batch requests to Leetcode API

Anki Deck from refs/heads/dev-batch-api on 2022-05-17_19:35:45

17 May 19:35
Compare
Choose a tag to compare
Add option to limit batch requests to Leetcode API

Leetcode responses got too large. As a result users are experiencing problem with running the script, because leetcode API fails to return such big results. This diff adds an ability to limit number of problems, downloaded in parallel and limits it to 1000 problems by default.

Anki Deck from refs/heads/dev-batch-api on 2022-05-17_19:34:25

17 May 19:34
d3a141c
Compare
Choose a tag to compare
Addressing issue #24

Added more information on how to use the generator and prerequisites

Anki Deck from refs/heads/master on 2021-10-27_00:39:15

27 Oct 00:39
4135a69
Compare
Choose a tag to compare
Merge pull request #22 from prius/dev-batch-api

Speed up 8 times

Anki Deck from refs/heads/dev-batch-api on 2021-10-27_00:38:29

27 Oct 00:38
Compare
Choose a tag to compare
refs/heads/dev-batch-api-1635295109

Increased page size to download everything at once