Skip to content

Fix balance: palindromes and total/non_zero counts

Martijn Vermaat requested to merge fix-balance into master

In the balance function, fix two bugs:

  1. Don't count palindromes twice.
  2. Recompute total and non_zero counts.

Merge request reports