Solidity
Solidity copied to clipboard
Algorithms and data structures implemented in Solidity
**Description** Title says it all. :) We can take the references from https://github.com/dev-protocol/devprotocol.xyz/tree/main/.github/ISSUE_TEMPLATE What do you think about this? Let me know. š
**Description** It'd be awesome if we could add best practices, tips, filename guidelines, and other stuff (like seen in other repositories such as C, C++, and TypeScript). This issue is...
This pull request adds the BogoSort algorithm implementation. BogoSort algorithm is a simple, albeit highly inefficient, sorting algorithm that randomly permutes an array until it is sorted.
### Description Iād like to add a Solidity implementation for the **Bubble Sort Algorithm** to this repository. The algorithm will sort an array of unsigned integers in ascending order. ###...