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.
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.
Weekly Contests
Participate in regular internal contests to track your progress and compete with peers.
Team Building
Form teams, collaborate on solutions, and prepare for ACM ICPC and other major competitions.
Mentorship
Learn from experienced competitive programmers and industry professionals.
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.
#include <iostream>
int main() {
std::cout << "Hello, Programmer!";
while(true) {
learn();
code();
win();
}
return 0;
}