Skip to content

0xdewy/quicksort-huff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published