Skip to main content
Go to Latest
function default
import { default } from "https://deno.land/x/masx200_leetcode_test@7.6.0/intersection-of-two-linked-lists/index.ts";

Parameters

headA: ListNode | null
headB: ListNode | null

Returns

ListNode | null