mirror of
https://github.com/krahets/hello-algo.git
synced 2026-04-28 12:31:51 +08: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}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user