Package lc.test
Class ToList<T extends java.lang.Comparable<? super T>>
- java.lang.Object
-
- lc.test.ToList<T>
-
public class ToList<T extends java.lang.Comparable<? super T>> extends java.lang.Object
Convert the input string to a linked list.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
ListNode<T>
singlyList()
Convert the input string to a singly integer list.
-
-
-
Constructor Detail
-
ToList
public ToList(T[] input)
Constructor: assign the input array for internal use.- Parameters:
input
-
-
-