lists

package
v0.0.0-...-cb72c30 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 17, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ListNodeToList

func ListNodeToList(head *ListNode) []int

Types

type ListNode

type ListNode struct {
	Val  int
	Next *ListNode
}

func ListNodeFromList

func ListNodeFromList(list []int) *ListNode

func ListNodeFromString

func ListNodeFromString(str string, delimiter string) *ListNode

func (*ListNode) String

func (l *ListNode) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL