Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create TopologicalSort page #80

Open
wants to merge 43 commits into
base: docsify
Choose a base branch
from

Conversation

MarioAndWario
Copy link

@MarioAndWario MarioAndWario commented Oct 5, 2021

Add introduction to topological sorting.
Add BFS and DFS templates.
Add 3 examples: Course Schedules I/II, Alien Dictionary, Minimum Height Trees.
Add exercises.
Add references.

fuxuemingzhu and others added 28 commits September 17, 2021 08:56
Docsify 新增自动目录和 GitTalk 功能
修改 docsify 中的 id 为文件路径
修改 docsfiy 中的 id 是 URI 的 decode
2. Add DFS python3 template.
Add example of Alien Dictionary (LintCode 892)
@MarioAndWario MarioAndWario reopened this Oct 5, 2021
2. Used Baidu Baike's definition of topological sorting.
3. Splited the first plot into two such that the linear series are more understandable.
4. Added more description of BFS algorithm before presenting the code template.
5. Added discussion that DFS is not required in most cases.
1. Add space before and after `BFS`.
2. queue should be `queue`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants