Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/datastructure/linkedList/singly/generators.ts>addGenerator

Implement different Data Structures using TypeScript. Deno Third-party Module.
Go to Latest
function addGenerator
import { addGenerator } from "https://deno.land/x/datastructure@1.0.2/linkedList/singly/generators.ts";

Parameters

currentNode: NodeType
data: DataType<any>
position: number