data-structures-algorithms-python
data-structures-algorithms-python copied to clipboard
Update 3_linked_list.py
We could have defined insert_values method in this way to create a linked list from a list.