[PYTHON] Design an immutable LinkedList (like str)

Hello,
Can you please help figure out this.
I was asked to design an immutable linked list in python with addAtHead / inserAt methods.

Comments (1)