Skip to content

My solutions to problems from various programming competitions.

Notifications You must be signed in to change notification settings

mdbrnowski/competitive-programming

Repository files navigation

competitive programming

Codeforces rating ICPC wakatime

This repository contains my solutions to problems from various programming competitions.

My goal

This repository was created for two purposes: first, as my personal notebook and diary, and second, to help people who want to really understand the code of a solution. For this reason, I sometimes value clarity of the code above slight improvements in performance and memory consumption. This is also why I don't use templates in the form of a few dozen initial lines. Instead, sometimes I use one or two #define directives, when it is particularly convenient.

At the same time, let's remember that this is competitive programming, though. I will never follow the rules of proper code writing when files are usually short and I often have little time to write them.

About

My solutions to problems from various programming competitions.

Topics

Resources

Stars

Watchers

Forks