Skip to content

mitkonikov/competitive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Competitive Programming Problems and Solutions

This repository is meant as a public place to store my competitive programming solutions to various competitive programming problems on sites such as:

The problems are divided into separate categories according to what algorithms or data structures are used in the solution. The purpose of this repository is to help beginners if they are stuck with some problem.

Disclaimer

Some of the solutions contain code of certain algorithms that may have been copied from different places.

Frequently Asked Questions

  • What extension do you use to judge the problems?
  • What font do you use?
  • What languages do you code in?
    • Mostly C++, but I use Python when I have to deal with heavy string parsing.
  • What compiler do you use?
    • MinGW G++ (C++17 standard)
  • Do you teach for money?
    • Sorry, no. Although I sometimes work with Olympiad contestants in my home country, I'm currently working as a research and development engineer.
  • What is your biggest advice for novice competitive programmers?
    • Consistency >> Intensity. Solving every day something is much better than solving a lot of problems only once in a while.
  • Where do you study?
  • Where are you from?
    • Strumica, Republic of Macedonia.

My Own Problem Sets

FERI Round #1

This round was created to motivate students to engage in competitive programming and therefore, the problems are quite easy. Nonetheless, all of the problems are incredibly fun and educational, so everyone can learn something from them. The whole problem set is original and written by me.

You can solve the round here.

Note that the problems are given in Slovene, but there is also a .PDF file in the "Contest Material" section containing the statements in English.

About

A collection of solutions and algorithms for competitive programming

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages