Skip to content
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

Add documentation #8

Open
alexfertel opened this issue Jul 6, 2021 · 12 comments
Open

Add documentation #8

alexfertel opened this issue Jul 6, 2021 · 12 comments
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers help wanted Extra attention is needed

Comments

@alexfertel
Copy link
Owner

alexfertel commented Jul 6, 2021

We want to document each class of algorithms. This comes in two flavors:

  • Adding README files to each directory holding a class of algorithms, for example, sorting.
  • Adding documentation comments to each of the algorithms.

You can find examples of documentation comments here.

General guidelines for the explanations are:

  • Be concise. Keep in mind these algorithms are meant for educational purposes.
  • Link to the bibliography.
  • Images are better than no images.
  • If it is possible, include time and space complexities.
@alexfertel alexfertel added documentation Improvements or additions to documentation help wanted Extra attention is needed good first issue Good for newcomers labels Jul 6, 2021
@robbespo00
Copy link

Do you still need help for the documentation of the algorithms?

@alexfertel
Copy link
Owner Author

Do you still need help for the documentation of the algorithms?

Yes, we do! You can just choose whatever algo you want and document it the best you can.

@0xVitalii
Copy link

As I see many folders (string, sorting for example) have already had README file in their directory. Are they good or we still able to revise and improve them?

@alexfertel
Copy link
Owner Author

As I see many folders (string, sorting for example) have already had README file in their directory. Are they good or we still able to revise and improve them?

Yes! Please feel free to submit improvements wherever you may see fit! @tvcapital

@patilniraj8
Copy link
Contributor

Is there still any help needed?
I would like to contribute u can contact me on [email protected]

@alexfertel
Copy link
Owner Author

Is there still any help needed?

Yes! Feel free to open PRs adding docs wherever you may see fit! 👍🏻 @patilniraj8

@patilniraj8
Copy link
Contributor

patilniraj8 commented Aug 17, 2023 via email

@patilniraj8
Copy link
Contributor

Can u please review the pull request i created just now

@jackattack825
Copy link
Contributor

I have written up ReadMe.md's for the General and Graphs folders. Tomorrow I plan to write one for the Math's folder and submit a PR.

@Aditya-NV-06
Copy link

Worked on the readme.md for bit manipulation. Can you review my PR #72 in addition of I made some changes for readability.

@Peponks9
Copy link

Been recently working with a Merkle Tree. Would it be something interested to add to the repo?

@alexfertel
Copy link
Owner Author

Yeah, @Peponks9, feel free to open a PR!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

7 participants