Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewBinaryTree ¶
func NewBinaryTree[T constraints.Ordered]() *tree.BinaryTree[T]
func NewCircularLinkedList ¶
func NewCircularLinkedList[T comparable]() *linkedlist.CircularLinkedList[T]
func NewDoublyLinkedList ¶
func NewDoublyLinkedList[T comparable]() *linkedlist.DoublyLinkedList[T]
func NewSingleLinkedList ¶
func NewSingleLinkedList[T comparable]() *linkedlist.SingleLinkedList[T]
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.