codesankalp / dsalgo

MIT License
8 stars 25 forks source link

Required Node addressing in to_list() function in linked list #65

Open ravi5175 opened 4 years ago

ravi5175 commented 4 years ago

NAME:
address visualization support for individual nodes


ABOUT: while exporting nodes of linked-list in a list format (to_list()),addressing address of each node for debugging.


SOLUTION append address to the node values while calling to_list() function.


ALTERNATIVE address can be printed while itterating of node manually but it will be a time consuming task, hence not preferred

devkapilbansal commented 4 years ago

@ravi5175 use given issue template here

ravi5175 commented 4 years ago

@devkapilbansal please review it

devkapilbansal commented 4 years ago

@ravi5175 please change your issue template