79419463

Date: 2025-02-06 22:05:55
Score: 0.5
Natty:
Report link

an alternative implementation that is not as fast as a classic 2-loops approach:

    System.out.println(
            Arrays.deepToString(board)
            .replaceAll("], ", "\n")
            .replaceAll("[\\[\\]\\,]", "")
    );
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Dzmitry Paddubnik