TheAlgorithms / Solidity

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

Converted repo to a Foundry project, fixed some bugs\typos and wrote some tests. #11

Closed Perelyn-sama closed 2 years ago

Perelyn-sama commented 2 years ago

Changes made in the PR:

Moving forward

I have an interest in this project and would like to continue it by writing new solidity algorithms and tests.

I'm open to any corrections, so feel free to share them^-^.

Panquesito7 commented 2 years ago
  • folder structure like src/Maths seems to not match current theAlgorithms folder structure

I believe we should use the current directory format in the repository.

Perelyn-sama commented 2 years ago

Okay, I've set it back. @Panquesito7

Tests can be run by `forge test --match-contract