mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-19 19:03:02 +08:00

* Check if a item exist in stack or not * implemented __contains__ method in stack * made changes in __contains__
* Check if a item exist in stack or not * implemented __contains__ method in stack * made changes in __contains__