Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 1.22 KB

File metadata and controls

17 lines (11 loc) · 1.22 KB

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.

Compilation flags:

export CXXFLAGS="-Wall -Wshadow -g -D_GLIBCXX_DEBUG -D_GLIBCXX_DEBUG_PEDANTIC"