package
0.0.0-20220607003519-24ca9bfe3687
Repository: https://github.com/skeptycal/gosimple.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

No description provided by the author
New returns a new List with each digit of the value n set to its own ListNode.
StringDigits parses an integer value one digit at a time, starting with least significant, and returns a string representation.

# Structs

List defines the boundaries of a list signly linked list.
ListNode defines a singly-linked list of integer values.