public class LinkedListUtils extends Object
| Constructor and Description |
|---|
LinkedListUtils() |
| Modifier and Type | Method and Description |
|---|---|
static com_github_leetcode.ListNode |
contructLinkedList(int[] nums) |
static com_github_leetcode.ListNode |
createSinglyLinkedList(List<Integer> listValues) |
Copyright © 2023. All rights reserved.