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

x/datastructure/linkedList/doubly/generators.ts>searchGenerator

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

Parameters

key: string | number
currentNode: NodeType