-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ENHANCEMENT] Algorithms in Go Lang - folder structure #11
Comments
Hi! Thanks for creating an issue. Please make sure to check the guidelines before creating an issue :) |
Hi @KamalDGRT ! The algorithms can be implemented by anyone who has knowledge in the language :) I have unassigned us in this post, so that any collaborator who desires to fork the repo, create the folder and implement the algorithms can do it. I appreciate the great suggestion! |
Thank you @ricardoprins |
I want to work on this |
Me too. |
That's a good idea. I was thinking of generating different packages for each algo. And can be accessed by the single main package. So there will be no error generated and everyone will be able to access the packages by importing github.com/TesseractCoding/NeoAlgo/"Folder-Name". |
Makes sense to me! |
Please assign this issue so that I can start contributing. |
awesome! let's do it! |
Alright, before we go ahead, we need to discuss a few things. If we add a "one-folder-per-code" model, we'd end up with a reasonably complex structure... Which of the two models will we choose? Since I'm at this moment running a bot to create a basic folder structure for the whole repository, I'll be sticking temporarily to the second model until we make a decision here. I am also renaming the issue to make the topic clearer. |
"one-folder-per-topic" will be preferred by me because it will also help users import packages. As I mentioned before. I also prefer the second model. |
I believe this is outdated. Closing now. |
Added the solution for Count ways to N'th Stair. issue #1455
* feat: Added Docs * Fixed URL * Fixed Broken Links config * Adding Team Members * Added more * Added past maintainer details and some doc * Added more * Added NeoAlgo Blogs * Final Changes * Added layouts and more * Added Anush
Implementing the algorithms in Go Language would be a plus.
The text was updated successfully, but these errors were encountered: