duoan / LeetCode-Search

An Alfred Workflow for searching algorithm problems in LeetCode with advanced options

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LeetCode Search for Alfred Workflow

passing version python

LeetCode Search is an Alfred Workflow plugin for searching algorithm problems in LeetCode with custom options.

demo

1. Download

You can download the latest version in Github releases page.

2. Usage

2.1 General Search

Try keyword lc for general search in LeetCode. Just simply enter your query. You can also enter -e, -m and -h to specify Easy, Medium and Hard problem.

Here is a simple example to search Hard problem with keyword knapsack

lc knapsack -h

2.2 Serach Topic

Try keyword lct for searching a specific Topic in LeetCode. Just type in some keywords and LeetCode Search will automatically suggests you some related topics.

Note: These topics are pre-defined by LeetCode, if no related topic is matched, then a general search will be performed.

Here is a simple example to search Medium problem in tree related topics.

image-20180518213429177

You can also try some other keyword, like search, string, dp, or you can just enter the topic listed on the LeetCode, it works as well.

Acknowledgement

This Alfred Workflow plugin is developed based on deanishe/alfred-workflow. Thanks for this great helper library.

About

An Alfred Workflow for searching algorithm problems in LeetCode with advanced options

License:Apache License 2.0


Languages

Language:Python 100.0%