louisabricot/push_swap_tester

Mean gets added up when using ranges

popohl opened this issue · 1 comments

When starting the tester with a range, the mean variable does not seem to be the actual mean:
image

I think the problem is that the mean gets added up as the program goes, maybe resetting it to 0 at some point might help.

Thank you for the feedback ! I have resolved the issue