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

Parameters

headA: ListNode | null
headB: ListNode | null

Returns

ListNode | null