educative.io

Min stack realization code

What is the self argument for minNumber(self) method? It seems to be redundant. Please, advise on that

Regards, Anna


Course: https://www.educative.io/collection/10370001/6593625897304064
Lesson: https://www.educative.io/collection/page/10370001/6593625897304064/5248779244797952

Hello @Anna,

You’re right! The self argument in the minNumber(self) method is redundant and can be removed without affecting the functionality of the code.

Thank you for the valuable feedback! We’ve fixed the issue and the updated version is live.
Let me know if you have any further questions.

Regards,
Dian

1 Like