About IUBPC

We're the official competitive programming club of Independent University, Bangladesh. From newcomers writing their first algorithm to ACM-ICPC veterans, we build the next generation of problem solvers.

3
Members
1
Contests
0
Blog Posts

What is IUBPC?

The IUB Programming Club is a vibrant community of coding enthusiasts dedicated to fostering competitive programming excellence. We train, compete, and grow together as a family of problem solvers.

{ }

Problem Solving

Sharpen your algorithmic thinking through challenging problems from ICPC, Codeforces, and more.

Learn more
</>

Weekly Contests

Participate in regular internal contests to track your progress and compete with peers.

Learn more
[ ]

Team Building

Form teams, collaborate on solutions, and prepare for ACM ICPC and other major competitions.

Learn more
( )

Mentorship

Learn from experienced competitive programmers and industry professionals.

Learn more

Our Mission

To create a thriving ecosystem where aspiring programmers can develop their skills, compete at the highest levels, and prepare for successful careers in technology. We believe in learning by doing, and competing to improve.

ICPCCodeforcesLeetCodeHackerRank
mission.cpp
#include <iostream>
int main() {
    std::cout << "Hello, Programmer!";
    while(true) {
        learn();
        code();
        win();
    }
    return 0;
}