I wrote the following code:
linked_list &operator=(const linked_list &l_list) { if (this == &l_list) return *this; node