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!
Modules Progress
Problems Progress
Getting Started
Time Complexity
Measuring the number of operations an algorithm performs.
Updated: Last week
Rectangle Geometry
Not Frequent
Problems involving rectangles whose sides are parallel to the coordinate axes.
Updated: 2 weeks ago
Introduction to Data Structures
Introduces the concept of a data structure, (dynamic) arrays, pairs, tuples.
Updated: Last week
Simulation
Very Frequent
Directly simulating the problem statement, which many Bronze problems allow you to do.
Updated: 2 weeks ago
Complete Search
Solving Bronze problems by checking all possible cases in the solution space.
Sorting & Sets
Additional
Topics not strictly necessary to know to pass Bronze.
Ad Hoc Problems
Rare
Problems that do not fall into standard categories with well-studied solutions.
Updated: 2 weeks ago
Introduction to Greedy Algorithms
Not Frequent
Selecting the choice that seems to be the best at the moment at every step of your algorithm.
Updated: Last week
Introduction to Graphs
Somewhat Frequent
Visualizing problems as graphs with resources covering basic terminology.
Updated: Last week
(Optional) Intro to Bitwise Operators
Has Not Appeared
Goes over the six bitwise operators and the common ways they are used.
Updated: 2 weeks ago