algorithms
algorithms copied to clipboard
Fixed logical error in count.c
Previously, the conditional would check for an impossible condition (i == num + 1), making its block ineffective. The proposed update correctly inserts "]" after the counting is done for num > 20.