codesankalp / dsalgo

MIT License
8 stars 24 forks source link

add a __repr__ in the linked list class. #11

Closed codesankalp closed 3 years ago

codesankalp commented 3 years ago

In linked list python file add a representation method so that it will display linked list and not the object of class LinkedList at Node location.

codesankalp commented 3 years ago

i am working on this

devkapilbansal commented 3 years ago

@codesankalp Kindly include what this issue is about