mirror of
https://github.com/krahets/hello-algo.git
synced 2026-07-11 23:16:07 +00:00
Fix code naming style.
This commit is contained in:
@@ -67,7 +67,7 @@
|
||||
=== "C#"
|
||||
|
||||
```csharp title="binary_search_recur.cs"
|
||||
[class]{binary_search_recur}-[func]{Dfs}
|
||||
[class]{binary_search_recur}-[func]{DFS}
|
||||
|
||||
[class]{binary_search_recur}-[func]{BinarySearch}
|
||||
```
|
||||
|
||||
@@ -84,7 +84,7 @@
|
||||
=== "C#"
|
||||
|
||||
```csharp title="build_tree.cs"
|
||||
[class]{build_tree}-[func]{Dfs}
|
||||
[class]{build_tree}-[func]{DFS}
|
||||
|
||||
[class]{build_tree}-[func]{BuildTree}
|
||||
```
|
||||
|
||||
@@ -117,7 +117,7 @@
|
||||
```csharp title="hanota.cs"
|
||||
[class]{hanota}-[func]{Move}
|
||||
|
||||
[class]{hanota}-[func]{Dfs}
|
||||
[class]{hanota}-[func]{DFS}
|
||||
|
||||
[class]{hanota}-[func]{SolveHanota}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user