onflow / cadence-libraries

Libraries for common programming utilities in the Cadence smart contract programming language
The Unlicense
9 stars 5 forks source link

Cadence Libraries for Sorting Algorithms #2

Open joshuahannan opened 3 years ago

joshuahannan commented 3 years ago

Issue To Be Solved

It could be useful to have standard sorting algorithms written in Cadence that are importable from a public place

Suggest A Solution

If you'd like to create one of these libraries, please leave a comment here with a suggestion to discuss your plan and create an issue for the specific library you'd like to create and assign it to this epic!

eburnette commented 3 years ago

Is there an example of a Cadence library importable from a public place or would this be the first one?

joshuahannan commented 3 years ago

This would probably be the first one. It would basically just be a series of public functions that perform certain tasks