@aquajax/struct

1.0.2 • Public • Published

struct

This package is not useful at this stage and may never be. Testing package publishing and consumption and if I want ot do it in private I have to have a paid account.

Here I am being shameless.

The idea of this package is that it will be a collection of customised Data Structures and helper methods.

Usage
const {fibonacci, LinkedList} = require('@aquajax/struct');

fibonacci(10) const list = new LinkedList();

for( let i = 0; i<10000; i++) list.insert(i);

Package Sidebar

Install

npm i @aquajax/struct

Weekly Downloads

2

Version

1.0.2

License

MIT

Unpacked Size

5.43 kB

Total Files

7

Last publish

Collaborators

  • ge-hall