This package contains data structures written in Go
.
This is an implementation of the binary search tree.
This is an implementation of the linked list.
This is an implementation of a stach using a linked list.
This is an implementation of a queue using a linked list.