Some data structure
Name | Type | Description |
---|---|---|
BinarySearchTree | BinarySearchTree | |
DoublyLinkedList | DoublyLinkedList | |
LinkedList | LinkedList | |
Queue | Queue | |
Stack | Stack |
- Source
Example
import { DataStructures } from "utilidades";
const { BinarySearchTree, DoublyLinkedList, LinkedList, Queue, Stack } = DataStructures;