Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 479 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 479 Bytes

Quicksort-Huff

ds-sort quicksort implementation written in Huff.

Development

To compile Huff contract into bytecode:

    huffc src/QuickSort.huff --bytecode

To run tests:

    forge install && forge test

Warning

The sort function cannot handle uint256.max as it is currently used as a flag to indicate that the list is sorted