edualgo / eduAlgo

A simple python package having modules of different algorithms to use in educational purposes.
https://edualgo.github.io/documentation/
MIT License
99 stars 54 forks source link

Delete linked list node #173

Closed hussamEL-Hwary closed 2 years ago

hussamEL-Hwary commented 2 years ago

In linkedlist > list_algorithms>delete_node method will cause a problem in these cases.

Recommended solution :bulb: A second parameter should be passed for the previous node to correctly delete the node.

Abhijit2505 commented 2 years ago

@hussamEL-Hwary please fix it up, it's a valid issue.

hussamEL-Hwary commented 2 years ago

Thank you! I will work on it.