TheAlgorithms / Solidity

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

[TESTS] Add Foundry Tests for Linearsearch and BinarySearch #57

Closed 0xSumitBanik closed 1 year ago

0xSumitBanik commented 1 year ago

Currently there are no foundry tests written for LinearSearch and BinarySearch Contract.

0xSumitBanik commented 1 year ago

PR #58 Created to address this issue. 👍🏽

mkubdev commented 1 year ago

Close since #58 fix it.