Skip to content
oldlinux edited this page Aug 3, 2014 · 2 revisions

Doubly Linked List (data structure)

doubly linked list

Implemented

This structure has been implemented by golang already.  
Check out the `list` reference for detail.   

Reference

[wiki] [golang list]

Clone this wiki locally