Solidity icon indicating copy to clipboard operation
Solidity copied to clipboard

Algorithms and data structures implemented in Solidity

Results 14 Solidity issues
Sort by recently updated
recently updated
newest added

### Description The GNU LGPLv2.1 is more suited for libraries, and I'm not sure this is the license we want for this project. We should give the most freedom to...

help wanted
question
in-discussion

Like LCS(Longest Common Subsequence) is a very important algorithm in DSA, LIS(Longest Increasing Subsequence) is similarly important. I will like to contribute the solidity code for LIS to this repo....

enhancement

I can contribute by adding Insertion sort and heap sort in the sort section and palindrome related problems in strings in solidity. So please assign this issue to under HacktoberFest...

enhancement

**Overview** Add an algorithm in this repo that will perform the left rotation of an array taking the array as an input parameter and also another parameter which will be...

**Description** To make the algorithm addition process easier, we can make a GitHub Actions workflow to generate a `DIRECTORY.md` file. Many repositories in the organization do this to keep things...

enhancement

The contract has two functions: The lcs function takes two strings and the lengths of the strings as input and returns the length of the LCS of the strings. The...

This PR provides the addition of an algorithm which performs left rotation of an array by k times. Corresponding Issue: #59

Hello 👋🏻 This repos is taking a wrong direction. Solidity language isn't suited for heavy mathematics computing. I think we need to remove the list that looks like DSA, and...

question
in-discussion

Writing the code for an area of a sector

question