Closed nat-laz closed 1 month ago
I think nothing else, looks really nice, maybe just print statistic for each algorithm in a line since we have not much vertical space...
let's try it tomorrow centered, using this method:
public static void printInCenter(String line, String symbolForFill) {
int width = UI.terminal.getWidth();
int padding = ((width - line.length()) / 2);
JTerminal.println(symbolForFill.repeat(Math.max(0, padding)) + line + symbolForFill.repeat(Math.max(0, padding)));
}
then we will decide
@bruch-alex wdyt? what can be added? 🤔