Back to Cosmos

Writing notes for each algorithm

guides/documentation_guide.md

latest543 B
Original Source

Writing notes for each algorithm

When creating the notes for algorithms of various categories, please use this template:

Markdown

# Algorithm Name
Description

## Explanation
Pictorial diagram to explain the algorithm 

> Image credits: (name of the site/organisation from where the image was referenced)

## Algorithm
Algorithm as a numbered list.


## Complexity
Time and space complexity

---
<p align="center">
	A massive collaborative effort by <a href="https://github.com/OpenGenus/cosmos">OpenGenus Foundation</a> 
</p>

---