Skip to main content
Module

x/datastructure/stack/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.0.6/stack/generators.ts";

Parameters

key: string | number
currentNode: StackType