TheAlgorithms / Solidity

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

Added stringMatching algorithm in Maths #51

Closed sreekar9601 closed 2 years ago

sreekar9601 commented 2 years ago

Solidity code demonstration for string Matching

The stringMatch function uses keccak256 as the '==' operator does not work on strings in solidity

made changes to Maths folder