Skip to content

Commit

Permalink
Update 037.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Reputeless authored May 1, 2022
1 parent 19dfed4 commit ccb95b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 037.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public:
// 親を更新していく
while (0 < ni)
{
// i を親のインデックスにする
// ni を親のインデックスにする
ni = (ni - 1) / 2;

// 親を更新
Expand Down

0 comments on commit ccb95b1

Please sign in to comment.