Pinned
1,858 contributions in the last year
Less
More
Contribution activity
May 2021
Opened 2 pull requests in 1 repository
vetherasset/vaderprotocol-contracts
2
merged
Created an issue in solidity-by-example/solidity-by-example.github.io that received 1 comment
heap sort
contract Heap { using SafeMath for uint256; // The main operations of a priority queue are insert, delMax, & isEmpty. constructor() public { // Sta…
1
comment