/list

Primary LanguageGo

github.com/AMFDPMTE/list

Build Status GoDoc

Singly linked ordered uint16 list implemented as a way for dmolchan to learn Go from aren55555.

Examples:

list := List{}
list.Insert(2)