My solutions to URI Online Judge problems. If possible, I will try to add more solutions in the future. Almost all of them in Java, but you can find solutions in Python, C ++ or C. Hey, check out my profile at URI Online Judge here. :)
- Beginner: basic problems for those who are starting in programming ...
- Ad-hoc: simulation problems, dates and ad-hoc in general ...
- Strings: Palindromes, Frequency, Ad-Hoc, LCS, String Manipulation ...
- Structures and Libraries: Queues, Stacks, Classification, Maps ...
- Mathematics: Number Systems, Prime Numbers, BigInteger ...
- Paradigms: Dynamic Programming, Binary Search, Sweet tooth, Return ...
- Graphics: flood fill, MST, SSSP, DAG, maximum flow, trees ...
- Computational Geometry: Points and Lines, Polygons ...
- Fork this repository;
- Create a branch with your resource:
git checkout -b my-feature
; - Confirm your changes:
git commit -m 'feat: My new feature'
; - Push your branch:
git push origin my-feature
.
After the merge of your pull request, you can delete your branch.
URI Online Judge is a project that is being developed by the Department of Computer Science at URI University. The main objective of the project is to provide programming and knowledge sharing practices. The URI online judge contains more than 1,000 problems divided into 8 main categories. This division helps users to focus on specific programming topics. All problems are available in Portuguese and English. The URI Online Judge website also runs public tenders regularly.
this repository is available under the MIT license.