Skip to content

antuniooh/uri-resolutions

Repository files navigation

URI Online Judge - Resolutions

GitHub language count GitHub repo size GitHub last commit GitHub

All my solutions for problems from URI Online Judge.

Table of Contents

About The Project

The URI Online Judge is a project that is being developed by the Computer Science Department of URI University. The main goal of the project is to provide programming practice and knowledge sharing.

Problem Repository

The URI Online Judge contains more than 1000 problems divided in 8 big categories.

  • 1 - Beginner: Basic problems for anyone who has just started to program (304 problems)
  • 2 - Ad-Hoc: Simulation Problems, Dates, Games and General Ad-Hoc (703 problems)
  • 3 - Strings: Palindromes, Frequency, Ad-Hoc, LCS, String manipulation (129 problems)
  • 4 - Data Structures and Libraries: Queue, Stack, Sort, Map, Set (153 problems)
  • 5 - Mathematics: Number Theory, Prime Numbers, Combinatories, BigInteger (235 problems)
  • 6 - Paradigms: Dynamic Programming, Binary Search, Greedy, Backtracking (192 problems)
  • 7 - Graph: Flood fill, MST, SSSP, DAG, Maximum Flow, Tree (232 problems)
  • 8 - Computational Geometry: Points and Lines, Polygon (73 problems)
  • 9 - SQL: Query Languages: SELECT, INSERT, UPDATE, DELETE, CREATE (48 problems)

This division help the users to focus on specific programming topics. All problems are available in Portuguese and English.

My Profile

  • Name: Gustavo Muniz
  • Country: Brazil
  • University: Centro Universitário FEI - FEI
  • Since: 24/06/2019
  • Main Rank Position: 5.067º
  • Institution Rank Position: 36º

My Progress

License

License

Acknowledgements