-
Notifications
You must be signed in to change notification settings - Fork 75
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
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.
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed