leetcode.el
leetcode.el copied to clipboard
An Emacs LeetCode client.
Ensure that leetcode-quit can be run multiple times in the same emacs session without killing random buffers unrelated to leetcode. Steps to reproduce: * `M-x leetcode` * select some problem...
The graphql entity sampleTestCase returns only the first example test case for a given problem, whereas exampleTestcases returns all the example test cases. Verified that this change populates the leetcode-testcase...
I got 'use is not authenticated' when I try to execute my code. Below is the output message: ``` HTTP/1.1 403 Forbidden Date: Sun, 22 May 2022 11:36:09 GMT Content-Type:...
I can't seem to send code to Leetcode from Emacs, every time I try using `leetcode-try`, I get an error with status code 499, and a HTML doc saying the...
Sometimes we may want to write some custom code, maybe for better code-completion support, which should be ignored during submissions. `leetcode-ignore-region` introduces 2 string variables which marks the begin/end of...
This is a request for a feature and a proposal to write it myself. Every time a code is run or submitted to LetCode, I felt it would be helpful...
Some clean up in the documentation.
Problems like Pascal's Triangle, 1's, etc, will now work.
Distinguishes between ac, notac and nil ("✓" "✗" "-")