# Sorted Doubly Linked List EVM Package _(sorted-doubly-ll)_

> EVM Package for a sorted doubly linked list

## Install

```sh
npm install sorted-doubly-ll
```

## Testing

```sh
npm run test
```