leetcode-cli-plugins icon indicating copy to clipboard operation
leetcode-cli-plugins copied to clipboard

3rd party plugins for leetcode-cli

Results 25 leetcode-cli-plugins issues
Sort by recently updated
recently updated
newest added
trafficstars

When I try to search for example all the graph questions for google with `leetcode list -t graph -t google`, it's giving me the list which is not consistent with...

Currently, it only picks one solution under one specific language. If "-l" is not specified, then by default it's cpp lang. Feature request of solution.discuss: allow use to choose customized...

Repro: leetcode show 994 --solution -l java Observed: [JAVA] awesome BFS solution, very easy to understand https://leetcode.com/problems/rotting-oranges/discuss/304875 * Lang: java * Author: yaochaoutokyo * Votes: 2 ... Expected: If you...

:~/leetcode$ leetcode push 106.construct-binary-tree-from-inorder-and-postorder-traversal.153319531.notac.cpp -vv [TRACE] initializing all plugins [TRACE] found plugin: cache=default [TRACE] inited plugin: cache [TRACE] found plugin: company=2017.12.18 [TRACE] inited plugin: company [TRACE] found plugin: cpp.run=2017.07.29 [TRACE]...

wait for feedback

Question id is no longer equal to fid which id is after 744. So the translation doesn't match after 744. Using 'fid' to find translation instead.

Actual: ``` ...the `45\xb0 diagonal` and the `135\xb0 diagonal`... ``` Expected: ``` ...the `45° diagonal` and the `135° diagonal`... ``` To reproduce: ``` leetcode-cli show 51 --solution``` Specifically here [https://leetcode.com/problems/n-queens/discuss/19808](https://leetcode.com/problems/n-queens/discuss/19808)...

It would be great if bitbucket was also supported for committing code.