Timeline for Improving Java LinkList implementation
Current License: CC BY-SA 3.0
5 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Apr 28, 2017 at 19:37 | comment | added | user340 | Thanks for the explanations! I changed my final implementation to a doubly link list. | |
| Apr 28, 2017 at 19:35 | vote | accept | user340 | ||
| Apr 28, 2017 at 10:04 | history | edited | chatton | CC BY-SA 3.0 |
updated code formatting
|
| Apr 28, 2017 at 9:54 | comment | added | holroy |
A tip for you, if you use backticks around your text, it appears as code... This is very useful like in "If each Node had a next and prev... " or list.add(element) and similar.
|
|
| Apr 28, 2017 at 9:47 | history | answered | chatton | CC BY-SA 3.0 |