-
Notifications
You must be signed in to change notification settings - Fork 24
Add more solutions #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I have many solutions to problem i solved during my college days. Do you want me to add them here i can add them. |
Yes @CruiseDevice, do it! |
But the thing is i have solved problems from Algorithms and Data Structures section. So how should i structure the folder names for that. |
Just add a folder named Algorithms or Data Structures in the root of the repo.
|
Okay cool. |
Hey @Kvaibhav01! I am interested in adding some algorithms in java |
Hi @Rimjhim28, it's okay to add algo to the problem's solution README.md file. It will be even better if you could explain the problem and solution. See this example. |
@Kvaibhav01 can i add Sorting algorithms in Algorithms section/c++ ..? |
Sure @yaswanth899, just follow the project structure as mentioned here.
|
fixes for issue #1 for Monk and lucky
You can add more solutions to any new problems. Make sure the solution(s) is/are in Java language.
If you want to submit the solution in any other language then, add a folder to the root of the repo like JavaScript and then add the solutions inside that folder.
Kindly check your solution against HackerEarth's compiler before submitting a PR.
The text was updated successfully, but these errors were encountered: