#Summary This is a POC of running a stack-like data structure with the ability to get_max at O(1) using slightly modified linked-list ##For Shlosberg Joseph ##By Avichai Shapira ##How to RUN python3 stackedLinkedList.py