quicksort-huff

Sorting algorithm implementation

An implementation of the Quicksort sorting algorithm using a custom data structure called Huff.

DsSort implemented in Huff.

GitHub

10 stars
2 watching
0 forks
Language: Solidity
last commit: about 3 years ago
Linked from 1 awesome list

ethereumevmhuffquicksortsolidity

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
scandum/quadsortA branchless stable adaptive mergesort algorithm with minimal comparisons and optimal performance on ordered data2,137
stoeffel/mergesortAn efficient sorting algorithm with O(n log n) complexity.20
scandum/blitsortAn in-place sorting algorithm that partitions arrays recursively using rotations and auxiliary memory management703
amadimichael/huffsAn implementation of popular Solidity libraries and contracts in the Huff language18
0xprinc/huff_binarysearchAn implementation of binary search in Solidity for finding elements in sorted arrays.2
jesserc/secp256k1-huffA Huff implementation of an elliptic curve library used in cryptocurrency applications5
rareskills/huff-puzzlesA series of exercises to learn EVM bytecode with the Huff Language379
nfurfaro/huffbitsA library for performing bitwise operations on data in the Huff language.7
praneshasp/huff-mathAn implementation of a math library using Huff for smart contract arithmetic operations.24
amadimichael/uniswapx-huff-fillerExecutes UniswapX orders by dynamically filling Uniswap V2 and V3 pools29
bonzaithepenguin/wikisortAn optimized sorting algorithm with O(1) memory usage.1,273
timsort/cpp-timsortA C++ implementation of TimSort, an O(n log n) stable sorting algorithm.303
jfcg/sortyFast and efficient sorting library for Go with concurrent and parallel capabilities133
dogweather/naturallyAn algorithm to sort strings according to natural ordering with support for hierarchical identifiers and Unicode characters87
jexordexan/vue-slicksortA set of Vue mixins to turn any list into an animated, touch-friendly, sortable list1,482