⚠️ Warning: This is a draft ⚠️

This means it might contain formatting issues, incorrect code, conceptual problems, or other severe issues.

If you want to help to improve and eventually enable this page, please fork RosettaGit's repository and open a merge request on GitHub.

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. --[[User:mwn3d|mwn3d]] 15:00, 12 November 2007 : I agree. --[[User:IanOsgood|IanOsgood]] 16:32, 12 November 2007 (MST) : No problem here. --[[User:Short Circuit|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?