Skip to content

Hi there! Here you find the solution code of UVa Judge problem using c++ or other programming language.

License

Notifications You must be signed in to change notification settings

md-shamim-ahmad/UVA-Online-Judge-Problems-Solution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Code

My EASY, CLEAN and UNDERSTANDABLE Solutions for UVa problems. Maybe some solutions are not as effective as those top solutions. But I'll try my best to make my solution better.🙂🙂

Suggestions

Think a question should/shouldn't be included? Wish there was another feature? Feel free to open an issue with your suggestion!

Contribution Guidlines 📃

How to contribute? 👀

  1. Fork the repository
  2. Make the desired changes (add/delete/modify)
  3. Make a pull request

When to contribute? 👀

  1. If there is no solution to a problem in either C++ or Java or Python or any other languagein the main branch
  2. If your solution to an existing problem is asymptotically faster than the one in the main branch
  3. If your algorithm has the same time complexity but with reduced code size. In such cases comment the original solution and make a pull request with your solution
  4. If your method of solving asymptotically slower then comment your solution and make a pull request

List of Folder

📦UVA-Online-Judge-Problems-Solution
┣ 📂Contest Volumes
┃ ┣ 📂Volume 100
┃ ┣ 📂Volume 101
┃ ┣ 📂Volume 102
┃ ┣ 📂Volume 103
┃ ┣ 📂Volume 104
┃ ┣ 📂Volume 105
┃ ┣ 📂Volume 106
┃ ┣ 📂Volume 107
┃ ┣ 📂Volume 108
┃ ┣ 📂Volume 109
┃ ┣ 📂Volume 110
┃ ┣ 📂Volume 111
┃ ┣ 📂Volume 112
┃ ┣ 📂Volume 113
┃ ┣ 📂Volume 114
┃ ┣ 📂Volume 115
┃ ┣ 📂Volume 116
┃ ┣ 📂Volume 117
┃ ┣ 📂Volume 118
┃ ┣ 📂Volume 119
┃ ┣ 📂Volume 120
┃ ┣ 📂Volume 122
┃ ┣ 📂Volume 124
┃ ┣ 📂Volume 126
┃ ┣ 📂Volume 130
┃ ┗ 📂Volume 131

┣ 📂Problem Set Volumes
┃ ┣ 📂Volume 1
┃ ┣ 📂Volume 2
┃ ┣ 📂Volume 3
┃ ┣ 📂Volume 4
┃ ┣ 📂Volume 5
┃ ┣ 📂Volume 6
┃ ┣ 📂Volume 7
┃ ┣ 📂Volume 8
┃ ┣ 📂Volume 9
┃ ┣ 📂Volume 11
┃ ┣ 📂Volume 12
┃ ┗ 📂Volume 17

┣ 📜LICENSE
┗ 📜README.md

About

Hi there! Here you find the solution code of UVa Judge problem using c++ or other programming language.

Resources

License

Stars

Watchers

Forks

Languages