Timeline for Singly Linkedlist implementation in C++
Current License: CC BY-SA 4.0
8 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jun 27, 2019 at 3:01 | history | tweeted | twitter.com/StackCodeReview/status/1144078274508873729 | ||
| Jun 26, 2019 at 19:20 | vote | accept | Bilal Ahmed | ||
| Jun 26, 2019 at 4:49 | history | became hot network question | |||
| Jun 26, 2019 at 1:06 | answer | added | Loki Astari | timeline score: 14 | |
| Jun 25, 2019 at 23:52 | comment | added | Michael Karcher |
The unique_ptrized version I created on Compiler Explorer actually fixes all the leaks.
|
|
| Jun 25, 2019 at 23:51 | answer | added | Michael Karcher | timeline score: 7 | |
| Jun 25, 2019 at 23:38 | comment | added | 1201ProgramAlarm |
Your code leaks memory like a sieve, because you call new to allocate Nodes but never delete any, which (arguably) makes the question borderline off topic. Edit your question to address this problem.
|
|
| Jun 25, 2019 at 20:41 | history | asked | Bilal Ahmed | CC BY-SA 4.0 |