universalSortingMechanism.sol - Universal Sorting Mechanism on Ethereum

in ethereum •  6 years ago  (edited)

A "universal sorting mechanism". Is there any new ideas in it? Seems like sorting a list by letting each object in the list invoke sortMe() would not have made sense before Ethereum.

I developed it for Pseudonym Pairs. It gets a pair out of a list of total pairs, and then removes that pair from the list, by moving the pair at the end to the position where the pair was, and creates the list of pairs while doing so, nothing indexed beforehand.

https://www.docdroid.net/STCOiS7/pseudonym-pairs-a-foundation-for-proof-of-personhood-in-the-web-30.pdf

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

That will be really interesting use case of eth blockchain