Welcome to the "Quick Start in Competitive Programming" intensive! It was held in July for RTU MIREA students, and now we are opening it up so that everyone interested can join the training and gain experience solving problems prepared by our coaches.
The intensive was made possible by the initiative of Siyanat Ramazanova, who also organized and prepared it. We thank Anatoly Ignatiev for leading the sessions.
In the first lesson, we discuss the basics that appear in almost every olympiad problem:
- arrays — how to read, store, and process a sequence of data;
- sorting — how to sort an array in ascending or descending order;
- binary search — how to find an element in a sorted array and its first and last occurrences.
After watching the lecture, we suggest that you solve the problems from the first themed contest to reinforce what you have learned in practice and check how well you understood the topic. To do that, you need to join the Codeforces group as a "Participant" and start solving the contest by finding it under the Contests tab.












