data-structures-algorithms-python
data-structures-algorithms-python copied to clipboard
Update for remove_by_value in singly_linked_list_exercise.py
If the value is not there in the linked list, the condition for the stated part was not present Added that condition