2021-04-18 21:18:04 +00:00
|
|
|
# Algorithm Name
|
|
|
|
|
2021-05-08 00:09:31 +00:00
|
|
|
Write a short description of the algorithm like:
|
2021-04-18 21:18:04 +00:00
|
|
|
1. Time Complexity
|
|
|
|
2. Space Complexity
|
|
|
|
3. Applications
|
|
|
|
4. Founder's Name
|
|
|
|
5. etc...
|
|
|
|
|
|
|
|
## Steps
|
2021-05-08 00:09:31 +00:00
|
|
|
Describe the algorithm in clear, simple, and understandable steps.
|
2021-04-18 21:18:04 +00:00
|
|
|
|
|
|
|
## Example
|
2021-05-08 00:09:31 +00:00
|
|
|
Trace the algorithm with sample input data.
|
2021-04-18 21:18:04 +00:00
|
|
|
|
|
|
|
## Implementation
|
|
|
|
|
|
|
|
Links to their implementation in programming languages.
|
2021-05-08 00:09:31 +00:00
|
|
|
NOTE: The link should be within the algorithms folder only.
|
2021-04-18 21:18:04 +00:00
|
|
|
|
|
|
|
## Video URL
|
|
|
|
|
|
|
|
Attach a URL of a video that explains the algorithm.
|
|
|
|
|
|
|
|
## Others
|
|
|
|
|
|
|
|
Any other information is always welcome and should be included in this section.
|