In which folder should i put questions? #51
-
In which folder should I put the other questions' solutions, in my name folder? if yes then do I have to add another readme file there? |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 3 replies
-
what do I have to do here? delete the anagram file and keep only the maximum sum file. and then pr? |
Beta Was this translation helpful? Give feedback.
-
We wanted to have separated folder for each question solution for each contributor . But we did a mistake in mentioning correctly in the Thank You❤️ |
Beta Was this translation helpful? Give feedback.
-
For every new pr, I used to delete the file that was already there and make a new file for the new one. Like I had a file maximum _sum.java I deleted it and added sort_01.java. Hence the maximum file is not saved. Now I'm pr again for the maximum_sum.java file will that be a problem? i |
Beta Was this translation helpful? Give feedback.
-
You can add your solutions in the same folder of your name but make separate prs for separate problems solutions. Empty files will not be accepted. |
Beta Was this translation helpful? Give feedback.
-
Ok Thanks a lot @Aditya-150 bhaiya |
Beta Was this translation helpful? Give feedback.
We wanted to have separated folder for each question solution for each contributor . But we did a mistake in mentioning correctly in the
README.md
file. As you can see other contributors are putting their file of different questions in same folder of their name. So you can also do that.It was a mistake from our end so we are accepting your solution in the same folder. At least we suggest you write readme for each problem solution. You can put different solution readme in a single readme of your folder. Just mention about the solutions differently in that readme file.
Sorry for the late reply and mistake in main readme which wasted your valuable time.
Thank You❤️
I hope doubt is cleared. …