Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 760 Bytes

ALGO_README_TEMPLATE.md

File metadata and controls

40 lines (25 loc) · 760 Bytes

Algo Name

Question

Explain what has to be achieved

Pre-Requisites

Add pre-requisites here

  • One
  • Two

Explanation

Include pictorial representation, pictures as required.

Also, add steps to solve under this like

  • This is step 1
  • This is step 2
  • Use `code` this to mention function, variable names, it renders as code

Pseudo code

You can add the psuedo code all at once in here, in above section only add steps in a descriptive manner.

    ```
    You can use block code highlighting for this
    (IF REQUIRED, LIKE THIS)
    ```
You can also use it by indenting with 4 spaces or 1 tab.

External content

Add links to other websites, visualizers using this way to represent a link