Data Structure
Different Data Structures implementation API provided by this module.
API available in TypeScript & JavaScript[ES6].
This library is also available as Deno Third party Module
List of Data Structures:
- Hash Table -- **[Documentation](https://deno.land/x/datastructure/hashTable#hash-table-api
- Singly Linked List -- Documentation
- Doubly Linked List -- Documentation
- Stack -- Documentation
- Queue -- Documentation
.