siromivel / lambdeth

A functional library for the EVM built in Solidity
MIT License
12 stars 2 forks source link

Implement Quicksort #5

Open siromivel opened 5 years ago

siromivel commented 5 years ago

For now I think it's probably sufficient to just expose a quicksort implementation - we can add bubblesort etc.. downstream if users actually want them; quicksort should be good for most use cases.