mirror of
https://github.com/krahets/hello-algo.git
synced 2025-11-02 12:58:42 +08:00
Update array.md,fix md formatting errors
Fix md formatting errors
This commit is contained in:
@ -641,7 +641,7 @@ elementAddr = firtstElementAddr + elementLength * elementIndex
|
||||
=== "C#"
|
||||
|
||||
```csharp title="array.cs"
|
||||
/* 在数组中查找指定元素 */
|
||||
/* 在数组中查找指定元素 */
|
||||
int Find(int[] nums, int target)
|
||||
{
|
||||
for (int i = 0; i < nums.Length; i++)
|
||||
|
||||
Reference in New Issue
Block a user