Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 972 Bytes

README.md

File metadata and controls

37 lines (22 loc) · 972 Bytes

My Algorithmic Tasks

General info

These are my algorithmic tasks that were prepared for competitions:

  • "Świąteczny Konkurs w Programowaniu Zespołowym 2018"
  • "Zawody w Programowaniu Zespołowym szkół średnich 2019" as "Podlaskie Zawodowy Programistyczne"

Structure

In each task folder you have following things:

  • doc - pdf with the content of the task

  • in - input tests

  • out - output tests

  • wzor.cpp - Model solution

Tasks Descriptions

  • Firma - Mathematical task with using lcm and gcd.
    Additionally, in this task folder there is a file named gen.cpp, which generates input and output files.

  • Melonik - Graph task with using dfs and binary search

  • Melonik Łatwe - The same problem as Melonik but with smaller range in input

Technologies

  • C++