Basecamp
    Home
    Problems
    Contests
    Courses
    Rating
    Posts
    Discord
Posts
Sign in

Posts

Announcement
Article
Tutorial
preview
skolodyazhnyy
•Announcement•5 months ago
Debug AssistantDebug Assistant

We are launching the Debug Assistant to help debug your solutions! This feature will assist you in identifying errors in your solutions and provide helpful hints and recommendations.

36
6 replies
Continue reading
preview
denisovkostya
•Announcement•2 days ago
Eolymp Weekend Practice #6

We are excited to announce new Weekend Practice round next Sunday. This is rated competition for everyone.

4
2 replies
Continue reading
preview
medv
•Article•12 months ago
Binomial coefficient

A combination of n elements taken k at a time is a set of k elements chosen from the given n elements. In this context, sets that differ only in the order of the elements (but not in their composition) are considered identical. It is precisely this property of combinations that distinguishes them from permutations.

36
Reply
Continue reading
preview
medv
•Article•10 months ago
Exploring recursion

The objective of this lesson is to introduce students to the concept of recursion, understanding its fundamentals, and mastering its implementation in programming. By the end of this lesson, students should be able to:

35
Reply
Continue reading