TheAlgorithms / Solidity

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

Linear Search algorithm #40

Closed priyda closed 1 year ago

priyda commented 1 year ago

Hi , in the src/searchs we do not have a linear search algorithm. It would be good example to have this algorithm added. Let me know your thoughts on this.

Panquesito7 commented 1 year ago

Sounds great! Feel free to contribute as long as you follow our contributing guidelines. 🙂

mkubdev commented 1 year ago

I close since #47 added it.