TheAlgorithms / Solidity

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

[TESTS] LinearSearch and Binary Search Tests #58

Closed 0xSumitBanik closed 1 year ago

0xSumitBanik commented 2 years ago

This PR adds the foundry tests for the LinearSearch and BinarySearch Contracts.

Corresponding Issue: #57