Talk:Doubly-linked list/Element insertion
Should we merge the doubly-linked list pages together? It seems silly to have them apart like this. The same for the singly-linked list pages. --mwn3d 15:00, 12 November 2007
- I agree. --IanOsgood 16:32, 12 November 2007 (MST)
- No problem here. --Short Circuit 17:57, 12 November 2007 (MST)
- Do both. Keep them separate so as to not overload the beginner, but add the data declaration to the insertion code.
The python example seems to be missing the assignment of B's prev pointer, but I don't know enough python to write it. Anyone want to fix it?
Start a discussion about Doubly-linked list/Element insertion
Talk pages are where people discuss how to make content on Rosetta Code the best that it can be. You can use this page to start a discussion with others about how to improve Doubly-linked list/Element insertion.