Basecamp
    Home
    Problems
    Contests
    Courses
    Rating
    Posts
    Store
    Discord
Two pointers technique
Sign in
contest
lúc 13:00 2 tháng 11, 2024 (UTC)

Two pointers technique

Virtual
Sign in
OverviewScoreboard
Training contest

This is a training contest to introduce students to the technique of two pointers, understanding its fundamentals, and mastering its implementation in programming.

This contest is part of the article about two pointers technique.

Two pointers technique

The Two Pointers technique is a strategy commonly used in computer science and programming for solving problems involving arrays or sequences. It involves using two pointers that traverse the array or sequence from different positions, often moving in opposite directions or at different speeds. This technique is particularly useful for solving problems related to searching, optimization, or manipulation of arrays efficiently.

Continue reading
2 thg 11, 2024
Ended 1 năm trước
Easy
3
giờ
14
Problems
Start time
lúc 13:00 2 tháng 11, 2024 (UTC)
End time
lúc 16:00 2 tháng 11, 2024 (UTC)
Format
IOI, 14 problems, 3 giờ
Difficulty
Easy
Serie
Training Contest
You must sign in to join and participate in this competition