Skip to content

Solved problems of programming contest

License

JVZELLER/programming-contest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 

Repository files navigation

Programming Contest

Problems

Compilation of programming contest problems from URI Online Judge.

Programming Languages

The problems in this repositories are solved mainly in three programming languages:

  • C / C++
  • Java
  • Python

Folder Structure

This repository follows this specifc folder structure:

└── problems
    ├── C++
    ├── java
    └── python

Folders Name

There is an folder for each problem solved, the name of these folder follows this specific structure:

URI Online Judge Problems:

[problem_number] + __ + [problem_name]

Ex.: 2136__amigos_do_habey

From other sources or old programming contest

[contest_name] + __ + [problem_name] or [source_name] + __ + [problem_name]

Ex.: inter_fatecs_2018__formula_rubens

Problems Files

All problem files must contain in it's doc these items:

  1. Author (Name of the person whos develop the solution)
  2. Problem Name
  3. Problem Number
  4. Category
  5. Difficulty Level
  6. Link (if it's hosted in an web site)
/**
 * 
 * @author zeller
 *
 * @problem_name Amigos do Habay
 * 
 * @problem_number 2136
 * 
 * @category Estruturas e Bibliotecas (Listas e Ordenação)
 * 
 * @difficulty_level 2
 * 
 * @see <a href="https://www.urionlinejudge.com.br/judge/pt/problems/view/2136">Link URI Online Judge</a>
 * 
 */

About

Solved problems of programming contest

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •