You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then Clone the forked Repo from your account to your Local System.
Then go to Java_PS_1 or Java_PS_2 which ever you want to solve first.
Inside the Java_PS_1 or Java_PS_2 you will get one Problem_Statement folder
See the Problem Statement there.
The other PS_Code folder is to put solution.
Make New Folder inside PS_Code folder and Rename It to your name. for Example Rename folder name as XYZ_PS_1 for PS_1 and XYZ_PS_2 for PS_2
Open the folder which you have created and put the code under this.
Then commit it and create the push it
Then Make a Pull Request
Note
Don't change other's folder's and Problem_Statement's.
You have to solve both Problem statement in Java.
In Java_PS_1 you have to write full code on Java.
In Java_PS_2 you have a existing code with some error you have to remove them. to solve this copy the code from Problem_Statement folder and paste it on the folder you have created and make change on it.