We're the official competitive programming club of Independent University, Bangladesh. From newcomers writing their first algorithm to ICPC veterans, we build the next generation of problem solvers.
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.
Sharpen your algorithmic thinking through challenging problems from ICPC, Codeforces, and more.
Participate in regular internal contests to track your progress and compete with peers.
Form teams, collaborate on solutions, and prepare for ICPC and other major competitions.
Learn from experienced competitive programmers and industry professionals.
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;
}