mirror of
https://github.com/krahets/hello-algo.git
synced 2026-04-28 04:20:44 +08:00
Fix code naming style.
This commit is contained in:
@@ -174,7 +174,7 @@ BFS 通常借助队列来实现。队列具有“先入先出”的性质,这
|
||||
=== "C#"
|
||||
|
||||
```csharp title="graph_dfs.cs"
|
||||
[class]{graph_dfs}-[func]{Dfs}
|
||||
[class]{graph_dfs}-[func]{DFS}
|
||||
|
||||
[class]{graph_dfs}-[func]{GraphDFS}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user