1. Remove unused libs.

2. Add file headers.
3. Modify file name to match Java's.
4. Fix some issues.
This commit is contained in:
Yudong Jin
2022-12-23 17:10:40 +08:00
parent a427cb1b4d
commit c429e5f0bb
7 changed files with 30 additions and 49 deletions
@@ -1,4 +1,4 @@
// File: Array.cs
// File: array.cs
// Created Time: 2022-12-14
// Author: mingXta (1195669834@qq.com)
@@ -6,7 +6,7 @@ using NUnit.Framework;
namespace hello_algo.chapter_array_and_linkedlist
{
public class Array
public class array
{
/// <summary>
/// 随机返回一个数组元素