Skip to content

Commit

Permalink
dfs
Browse files Browse the repository at this point in the history
  • Loading branch information
nhatdongdang committed Sep 9, 2024
1 parent cf58c0e commit c668271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/pyramid.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ int main() {
// Use minimum height of the area as the lowest point on the pyramid
int min_height = *std::min_element(heights.begin(), heights.end());

// Build rings, diminishing up to pyramid height
// Build rngs, diminishing up to pyramid height
mcpp::Coordinate base_pt = heights.base_pt();
base_pt.y = min_height;
int side_len = pyramid_base_len;
Expand Down

0 comments on commit c668271

Please sign in to comment.