Timeline for Adding two singly linked lists in C++
Current License: CC BY-SA 3.0
4 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Apr 30, 2016 at 17:35 | history | edited | janos | CC BY-SA 3.0 |
deleted 18 characters in body
|
| Apr 30, 2016 at 17:31 | comment | added | Loki Astari |
The only thing I would change is the dummy. Rather than dynamically allocating it make it an automatic object (it's not returned).
|
|
| Apr 30, 2016 at 12:13 | comment | added | Ely | Excellent answer. Thank you very much. And you are right, the exercise came from that web site. I use it to improve my coding skills, as I am preparing to get certified in C++ sooner or later. | |
| Apr 30, 2016 at 11:10 | history | answered | janos | CC BY-SA 3.0 |