You are viewing a single comment's thread. Return to all comments →
short and sweet
def insert(self,head,data): #Complete this method self.head = data print(data,'',end="")
Seems like cookies are disabled on this browser, please enable them to open this website
Day 15: Linked List
You are viewing a single comment's thread. Return to all comments →
short and sweet