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: 3 weeks 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: 3 weeks ago
Complete Search
Basic Complete Search
Very Frequent
Problems involving iterating through the entire solution space.
Updated: 3 weeks ago
Complete Search with Recursion
Rare
Harder problems involving iterating through the entire solution space, including those that require generating subsets and permutations.
Updated: 3 weeks ago
Sorting & Sets
Additional
Ad Hoc Problems
Very Frequent
Problems that do not fall into standard categories with well-studied solutions.
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: 3 weeks ago
Introduction to Graphs
Somewhat Frequent
What graphs are.
Updated: Last week
Conclusion
Congratulations on making it this far!