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

x/datastructure/linkedList/doubly/doublyLinkedList.ts>DoublyLinkedList#search

Implement different Data Structures using TypeScript. Deno Third-party Module.
Latest
method DoublyLinkedList.prototype.search
import { DoublyLinkedList } from "https://deno.land/x/datastructure@1.2.1/linkedList/doubly/doublyLinkedList.ts";

Parameters

key: string | number