TheAlgorithms / Solidity

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

Added array sum and array product. #10

Closed 0xfps closed 2 years ago

0xfps commented 2 years ago

Array addition and multiplication.

Environment

I added a contract that shows how array addition and multiplication are done.

0xfps commented 2 years ago

Hey, look good to me 👍🏻

I am glad it does look good to you 😊.