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