Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

RevolutionWind/solidity-algorithm

Open more actions menu

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
Morty Proxy This is a proxified and sanitized view of the page, visit original site.