TheAlgorithms / Solidity

Algorithms and data structures implemented in Solidity
GNU Lesser General Public License v2.1
332 stars 95 forks source link

Create LinearSearch.sol #47

Closed priyda closed 2 years ago

priyda commented 2 years ago

adding file for Linear search. fix for issue #40 .

mkubdev commented 2 years ago

Hi @sreekar9601, what do you think of this implementation?