Everything you need to know about the competition
The ICPC RSU Northeast Oklahoma Provincial Contest challenges teams with complex algorithmic problems.
Teams of three university students work together to solve problems that test advanced programming concepts and algorithmic thinking.
Teams are ranked according to the most problems solved. Ties are broken by the total time consumed.
Mark your calendars for this exciting event!
Contest Date: April 17, 2026
Mark your calendars for these important dates
Teams can begin registering for the provincial contest. Each university can register multiple teams.
Last day to register teams for participation in the provincial contest.
ICPC RSU Northeast Oklahoma Provincial Programming Competition held on-site at RSU.
ID required to check-in. Past 9 AM, slots for teams that did not show up will be allocated to the teams in the waitlist.
Teams will be seated at their computers and will Log In to the contest software.
A practice contest is held for the teams to get familiar with the contest software.
The actual contest begins at 10 AM and ends at 3 PM. Snacks and water will be provided during the contest.
Important guidelines for all participants
Programming languages allowed: C, C++, Java and Python
IDE: VS Code, Eclipse, Code::Blocks, CLion
OS: Ubuntu
Get a taste of the types of challenges you will face
Implement BFS and DFS traversal for a given adjacency list representation of a graph.
Find the shortest path between two nodes in a weighted graph using Dijkstra's algorithm.
Solve the classic 0/1 knapsack problem using dynamic programming techniques.