Skip to content

Commit

Permalink
Add Topological Sort topic
Browse files Browse the repository at this point in the history
  • Loading branch information
TooSchoolForCool committed May 21, 2018
1 parent c50ea87 commit 1eef70d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# LeetCode Search for Alfred Workflow

![passing](https://img.shields.io/badge/build-passing-brightgreen.svg) ![version](https://img.shields.io/badge/version-1.0.0-brightgreen.svg) ![python](https://img.shields.io/badge/python-2.6%2C%202.7-blue.svg)
![passing](https://img.shields.io/badge/build-passing-brightgreen.svg) ![version](https://img.shields.io/badge/version-1.0.1-brightgreen.svg) ![python](https://img.shields.io/badge/python-2.6%2C%202.7-blue.svg)

**LeetCode Search** is an [Alfred](https://www.alfredapp.com) Workflow plugin for searching algorithm problems in [LeetCode](https://leetcode.com) with custom options.

Expand All @@ -10,8 +10,6 @@

## 1. Download

Version: 1.0.0

You can download the latest version in [Github releases page](https://github.com/TooSchoolForCool/LeetCode-Search/releases/tag/1.0.0).


Expand Down
Binary file modified release/LeetCode Search.alfredworkflow
Binary file not shown.
3 changes: 2 additions & 1 deletion src/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@
"bst binary search tree" : ("Binary Search Tree", "binary-search-tree"),
"recursion" : ("Recursion", "recursion"),
"queue" : ("Queue", "queue"),
"design" : ("Design", "design")
"design" : ("Design", "design"),
"topological sort" : ("Topological Sort", "topological-sort")
}
2 changes: 1 addition & 1 deletion src/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.0.1

0 comments on commit 1eef70d

Please sign in to comment.