Submissions for Competitive Coding Problems
This Repo contains all the submissions I have made to competitive coding websites such as Codechef, HackerEarth, HackerRank, etc.
Refer to TEMPLATE.md
Refer to CODECHEF.md for all Submissions
- Create file in Workspace.
- After successful completion, fill up the comment section of the file.
- Remove unnecessary macros and header files.
- Compile and Check.
- Move code to respective directory.
- Update the respective MarkDown files (i.e. md files) such as EASY.md and CODECHEF.md
- git add *
- git commit -m "commit message"
- git push -u origin master