edualgo / eduAlgo

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

update linked list delete node method #175

Closed hussamEL-Hwary closed 3 years ago

hussamEL-Hwary commented 3 years ago

Update delete node to delete a node by getting the first value match. well tested against all edge cases