Class LinkedListUtils

java.lang.Object
com_github_leetcode.LinkedListUtils

public class LinkedListUtils extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static com_github_leetcode.ListNode
    contructLinkedList(int[] nums)
     
    static com_github_leetcode.ListNode
    createSinglyLinkedList(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)