bashbers / csharp-algorithms-hacktoberfest2018

Hacktoberfest repository which over time will include loads of c# algorithms.
https://hacktoberfest.digitalocean.com/
3 stars 29 forks source link

created linear_search.cs #11

Closed sanzuro closed 6 years ago

sanzuro commented 6 years ago

added a constructor and a searching function

Enter Id of issue here.

If you can check all of the above, congrats! :sparkles:

Description:

Describe your algorithm here :)

sanzuro commented 6 years ago

added a linear_search namespace

bashbers commented 6 years ago

Linear search was already being worked on by CodingDefined.