import * as datastructure from "https://deno.land/x/datastructure@1.0.6/linkedList/doubly/doublyLinkedList.ts";
Module
x/datastructure/linkedList/doubly/doublyLinkedList.ts
Implement different Data Structures using TypeScript. Deno Third-party Module.