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

x/datastructure/linkedList/singly/singlyLinkedList.ts>SinglyLinkedList#search

Implement different Data Structures using TypeScript. Deno Third-party Module.
Go to Latest
method SinglyLinkedList.prototype.search
import { SinglyLinkedList } from "https://deno.land/x/datastructure@0.0.4/linkedList/singly/singlyLinkedList.ts";

Parameters

key: string | number