@stdlib/dstructs
v0.1.1
Published
Data structures.
Downloads
364
Readme
dstructs
Data structures.
Installation
npm install @stdlib/dstructsUsage
var ns = require( '@stdlib/dstructs' );ns
Data structures.
var o = ns;
// returns {...}CircularBuffer( buffer ): circular buffer constructor.CompactAdjacencyMatrix( N ): compact adjacency matrix constructor.DoublyLinkedList(): doubly linked list constructor.FIFO(): first-in-first-out (FIFO) queue.LinkedList(): singly linked list.namedtypedtuple( fields[, options] ): create a factory for generating named typed tuples.Stack(): stack data structure.
Examples
var objectKeys = require( '@stdlib/utils/keys' );
var ns = require( '@stdlib/dstructs' );
console.log( objectKeys( ns ) );Notice
This package is part of stdlib, a standard library for JavaScript and Node.js, with an emphasis on numerical and scientific computing. The library provides a collection of robust, high performance libraries for mathematics, statistics, streams, utilities, and more.
For more information on the project, filing bug reports and feature requests, and guidance on how to develop stdlib, see the main project repository.
Community
License
See LICENSE.
Copyright
Copyright © 2016-2026. The Stdlib Authors.
