TheAlgorithms / Solidity

Algorithms and data structures implemented in Solidity
GNU Lesser General Public License v2.1
332 stars 95 forks source link

Add a GitHub Actions workflow to generate `DIRECTORY.md` #53

Open Panquesito7 opened 2 years ago

Panquesito7 commented 2 years ago

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 organized. We can use the workflow from the C++ repository.

What do you think? Thanks. 🙂

mkubdev commented 2 years ago

Yes, I agree to follow the C++ repository organization. What changes need to be done?

Panquesito7 commented 2 years ago

I'll be making a PR and you will be able to see the changes as well as how it works. I hope that's fine. 🙂

mkubdev commented 2 years ago

Yes, thanks a lot :) sure it's fine

Panquesito7 commented 1 year ago

Will work on this once all the files/DSA matters are solved.