Skip to content

Latest commit

 

History

History
58 lines (42 loc) · 1.22 KB

CONTRIBUTING.md

File metadata and controls

58 lines (42 loc) · 1.22 KB

Please follow these rules, if you wish to CONTRIBUTE.

Current repo Structure.

ROOT
|
Platform_1
|
|___ Topic/Tag
.      |____ problem_name/README.md
.      |____ problem_name/README.md
.      |____ problem_name/README.md
.
.
|
Platform_2
|
|___ Topic/Tag
|____ problem_name/README.md

Structure of ProblemList.md


Topic on which problem is base (preferrably h2, h3 heading)

Problem name, Easy / medium / hard (according to you)

- What makes it Easy/medium/hard according to you.
    |_____ point 1
    |_____ point 2

- some key points, was there some different approach then regular?
    |_____ point 1
    |_____ point 2

- Appraoch (should be insightfull)

- corner cases, if you faced any
    |_____ point 1
    |_____ point 2

- code(it is advisable to copy RAW of similar problem on this repo, to save time)

- Similar problem if you encounter any.

Some Templates you may inspire from

to save time you can copy the template by viewing RAW file and fit in your content.