Skip to content

Create TopologicalSort page#80

Open
MarioAndWario wants to merge 43 commits intoojeveryday:docsifyfrom
MarioAndWario:TopologicalSort_wu2meng3
Open

Create TopologicalSort page#80
MarioAndWario wants to merge 43 commits intoojeveryday:docsifyfrom
MarioAndWario:TopologicalSort_wu2meng3

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