migrate 392 questions to pattern format
This commit is contained in:
@@ -6,7 +6,8 @@ leetcode_url: https://leetcode.com/problems/reverse-linked-list-ii/
|
||||
categories:
|
||||
- linked-lists
|
||||
patterns:
|
||||
- linkedlist-reversal
|
||||
- slug: linkedlist-reversal
|
||||
is_optimal: true
|
||||
|
||||
function_signature: "def reverse_between(head: ListNode, left: int, right: int) -> ListNode:"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user