Skip to content

RevolutionWind/solidity-algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algorithm practicing by using solidity

Someone told me before, "The quickest way to learn a program language is doing algorithm practicing by using it."

So here it is, I learn solidity by solving algorithm questions, and unit test by hardhat. This project will use several common algorithms and data structures so that we can work with them in practice.

Project init:

npm install

Run all test:

npx hardhat test

Run choosen test:

Add .only after ./test/Test*.js's describe. For example, describe("this is a test", function) to describe.only("this is a test", function). then:

npx hardhat test

About

Algorithm practicing by using solidity

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published