79160725

Date: 2024-11-05 21:27:04
Score: 2.5
Natty:
Report link

A bit late but this c# code will do it. It finds the most uniform (least ragged) solution for a given number of lines, or a max line length.

It works by using recursion to bifurcate at each word separator. Then it sorts the potential solutions by lowest-standard-deviation-of-line-length, and returns the first solution.

Reasons:
  • Contains signature (1):
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: dynamicbutter