-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Solve many UVA problems #40
Conversation
Hi @fatosmorina, thank you for the PR. Sorry for the late response, I am reviewing your solutions now! |
Hi @fatosmorina I have begun reviewing your changes; however, before I continue I would like you to please change "static void solve()" to "public static void main(String args[])" for all of your files in order to maintain the consistency of the repository. Please let me know when you have done so and I will continue reviewing your PR. Thank you! |
…main(String[] args) at AddingReversedNumbers
…main(String[] args) at ArchaeologistsDilemma
…main(String[] args) at AverageSpeed
…main(String[] args) at NumberingRoads
…main(String[] args) at SimplyEmirp
Hi @kdn251 I have made the changes you asked for. Can you please continue with the review now? Thanks. |
Hi @fatosmorina thank you so for your patience. I'm committing your changes now! Looking forward to more of your contributions :) |
Hi @kdn251 Thank you too for giving me the opportunity to contribute in your helpful repository. I am honored and privileged. |
This is a list of solutions to many UVA problems.