Skip to content

Commit ed7d97f

Browse files
authored
Update LinearSearch.cs
1 parent 76658b6 commit ed7d97f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Algorithms/searchingAndTraversal/LinearSearch.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
using System;
2-
32
using System.Collections.Generic;
43
using System.Linq;
54
using System.Text;
6-
namespace LinerSearch
75

6+
7+
namespace LinerSearch
88
{
99
class Program
1010
{
@@ -40,4 +40,4 @@ static void Main(string[] args)
4040
Console.ReadLine();
4141
}
4242
}
43-
}
43+
}

0 commit comments

Comments
 (0)