TheAlgorithms / Solidity

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

[Feat]: Add the binary exponentation and merge sort algoritms #42

Closed xeno097 closed 1 year ago

xeno097 commented 1 year ago

Context

I'd like to perform the following changes to the repo:

Extra

Considering #26, I'd like to know if it is preferable to implement the algorithms as libraries or contracts

mkubdev commented 1 year ago

Considering https://github.com/TheAlgorithms/Solidity/issues/26, I'd like to know if it is preferable to implement the algorithms as libraries or contracts

Hello :wave: Do you like to be assigned for this task ?

Maybe we should focus on contracts as for now

xeno097 commented 1 year ago

Considering #26, I'd like to know if it is preferable to implement the algorithms as libraries or contracts

Hello wave Do you like to be assigned for this task ?

Yup, I'd like to work on this.

Maybe we should focus on contracts as for now

Ok, nice!