Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LinkedList ¶
func (*LinkedList[T]) Add ¶
func (ll *LinkedList[T]) Add(data T)
func (*LinkedList[T]) Println ¶
func (ll *LinkedList[T]) Println()
func (*LinkedList[T]) Remove ¶
func (ll *LinkedList[T]) Remove(node *ListNode[T]) error
Click to show internal directories.
Click to hide internal directories.