Skip to content

TAMMoura/URI-Online-Judge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My solutions for problems from URI Online Judge.

Checkout my profile on URI Online Judge here.

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. The URI Online Judge contains more than 1,600 problems divided in 9 big categories. This division help the users to focus on specific programming topics. All problems are available in Portuguese and English. The URI Online Judge website also has public contests on a regular basis.

Category Description
Beginner Basic problems for anyone who has just started to program...
Ad-hoc Simulation problems, dates, games and general ad-hoc...
Strings Palindromes, frequency, Ad-Hoc, LCS, string manipulation...
Data structures and libraries Queue, stack, sort, map, set...
Mathematics Number theory, prime numbers, combinatorics, bigInteger...
Paradigms Dynamic programming, binary search, greedy, backtracking...
Graph Flood fill, MST, SSSP, DAG, maximum flow, tree...
Computational geometry Poins and lines, polygon...
SQL Query languages: select, insert, update, create...