deutranium / Algorithms

Short explanations and implementations of different algorithms in multiple languages
48 stars 98 forks source link

implement linear_search in Rust lang #241

Closed newvertex closed 2 years ago

newvertex commented 2 years ago

This PR implements the code for LinearSearch in Rust Lang

I have read the contributing guidelines in CONTRIBUTING.md and have ensured the following:

This PR creates/modifies the README for

I have read the contributing guidelines in CONTRIBUTING.md and have ensured the following:

codelixir commented 2 years ago

Hey! Please make sure that all guidelines are being followed (for example, writing a few comments to explain your code).

Also please mention the issue number where this got assigned to you.