leetcode-anki icon indicating copy to clipboard operation
leetcode-anki copied to clipboard

Anki cards generator for Leetcode

Results 10 leetcode-anki issues
Sort by recently updated
recently updated
newest added

Leetcode return tehre are 2052 cards, but we get 2051 in the end. It is either a bug with the way we calculate pages and offsets, or leetcode really returns...

Now when it works, it's time to make it look nice as well. So we need to split the script into files and make a nice CLI for that.

I set the sort field to 3 digits string at the moment: https://github.com/prius/leetcode-anki/blob/master/generate.py#L298 But the sorting is still incorrect. For example, there are 15 cards for which sorting by the...

This repo is really awesome and just what I was doing for myself. I just have a question about adding my own solutions to the "back" card. I managed to...

For a small subset of questions, the generated cards don't capture the question content but instead, have the *Content* field being `No content`. For instance, **problem 2340** has such an...

Hello, I'm on a Mac running Python 3.11.1 and receiving an error when running the `make generate` build script. Below is an output from CLI ` python3 generate.py /private/tmp/test/leetcode-anki/generate.py:215: DeprecationWarning:...

**feat**: add a new command to makefile: `generate-with-last-submissions` (**Generate back side of the card with the last accepted submission**), e.g. [image](https://github.com/AlcibiadesCleinias/dokies-public/blob/main/leetcode-anki-1.png?raw=true) **docs**: introduce a new method, add screenshots example for...

Bumps [setuptools](https://github.com/pypa/setuptools) from 57.5.0 to 70.0.0. Release notes Sourced from setuptools's releases. v70.0.0 No release notes provided. v69.5.1 No release notes provided. v69.5.0 No release notes provided. v69.4.2 No release...

dependencies