Skip to main content
Latest
class RandomNode
import { RandomNode } from "https://deno.land/x/masx200_leetcode_test@10.6.5/mod.ts";

Constructors

new
RandomNode(
val?: number,
next?: Node,
random?: Node,
)

Properties

next: Node | null
random: Node | null
val: number