Package com_github_leetcode
Class LinkedListUtils
java.lang.Object
com_github_leetcode.LinkedListUtils
public class LinkedListUtils
extends java.lang.Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic com_github_leetcode.ListNodecontructLinkedList(int[] nums) static com_github_leetcode.ListNodecreateSinglyLinkedList(java.util.List<java.lang.Integer> listValues) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
LinkedListUtils
public LinkedListUtils()
-
-
Method Details
-
contructLinkedList
public static com_github_leetcode.ListNode contructLinkedList(int[] nums) -
createSinglyLinkedList
public static com_github_leetcode.ListNode createSinglyLinkedList(java.util.List<java.lang.Integer> listValues)
-