Bronze
The topics below are not exhaustive for this division.
Contest problems may contain topics not covered in the guide, or topics listed under different divisions!
If you prefer videos instead of text, check out CPI's free self-study Bronze course.
Modules Progress
Problems Progress
Getting Started
Time Complexity
Measuring the number of operations an algorithm performs.
Updated: 5 days ago
Introduction to Data Structures
What a data structure is, (dynamic) arrays, pairs, and tuples.
Updated: 3 weeks ago
Simulation
Very Frequent
Directly simulating the problem statement.
Updated: Last month
Rectangle Geometry
Rare
Problems involving rectangles whose sides are parallel to the coordinate axes.
Updated: Last month
Complete Search
Basic Complete Search
Very Frequent
Problems involving iterating through the entire solution space.
Updated: Last month
Complete Search with Recursion
Rare
Harder problems involving iterating through the entire solution space, including those that require generating subsets and permutations.
Updated: Last month
Sorting & Sets
Additional
Ad Hoc Problems
Very Frequent
Problems that do not fall into standard categories with well-studied solutions.
Updated: Last month
Introduction to Greedy Algorithms
Not Frequent
Problems that can be solved by selecting the choice that seems to be the best at the moment at every step.
Updated: Last month
Introduction to Graphs
Somewhat Frequent
What graphs are.
Updated: Last month
Conclusion
Congratulations on making it this far!