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

Added Linear Search #12

Closed codingdefined closed 5 years ago

codingdefined commented 5 years ago

Part 1 (Linear Search) of Issue https://github.com/bashbers/csharp-algorithms/issues/1

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

Description:

We are using the Existing Node class of csharp-algorithms. In Linear Search we are starting from the left most value of the list and if the value matches returning true otherwise false.

bashbers commented 5 years ago

Excellent work. I'll merge this with master. Thanks for your contribution!