Process:
From 19th July Onwards, two questions would be added to the master branch every single day for 106 days (Till: 2nd October 2020).
Participants must solve the questions in a plain text editor and add the solutions to their own branch everyday to qualify.
Update:
Did decent amount of questions till 12th August 2020. Discontinued until further requirement
git clone https://github.com/gokuafrica/InterviewPractice.git
git checkout -b <CustomBranchName>
- Edit README.md file and add your name in the contributors list
git add *
git commit -m "Initialising Contributor"
git push origin <CustomBranchName>
- go to https://github.com/gokuafrica/InterviewPractice.git and raise a pull request from
<CustomBranchName>
tomaster
so that your name is added to the contributors.
git pull origin master
- go to latest date folder to see that day's questions
- solve and add your solutions to the folder
git add *
git commit -m "Solution for day xxx"
git push origin <CustomBranchName>
Anwesh - Gokuafrica
Sagar - ShubhamSagarGithub
Shivam - shivamearth