Implement most_frequent_action method.

This commit is contained in:
Cutieguwu
2025-04-23 19:15:27 -04:00
parent c730cddb17
commit 31515fc806
5 changed files with 72 additions and 20 deletions

View File

@@ -83,7 +83,7 @@ fn main() -> io::Result<()> {
stats[team_idx]
.plays_per_game
.push(game.team_plays(team.to_owned()));
.push(game.team_plays(team.to_owned()).0.len());
stats[team_idx]
.penalties_per_game