Skip to content

Commit 1eef70d

Browse files
Add Topological Sort topic
1 parent c50ea87 commit 1eef70d

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# LeetCode Search for Alfred Workflow
22

3-
![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)
3+
![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)
44

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

@@ -10,8 +10,6 @@
1010

1111
## 1. Download
1212

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

1715

54 Bytes
Binary file not shown.

src/settings.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,6 @@
3333
"bst binary search tree" : ("Binary Search Tree", "binary-search-tree"),
3434
"recursion" : ("Recursion", "recursion"),
3535
"queue" : ("Queue", "queue"),
36-
"design" : ("Design", "design")
36+
"design" : ("Design", "design"),
37+
"topological sort" : ("Topological Sort", "topological-sort")
3738
}

src/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.0
1+
1.0.1

0 commit comments

Comments
 (0)