Socket
Socket
Sign inDemoInstall

@datastructures-js/min-heap

Package Overview
Dependencies
1
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @datastructures-js/min-heap

min heap implementation in javascript


Version published
Weekly downloads
9
decreased by-43.75%
Maintainers
1
Install size
36.8 kB
Created
Weekly downloads
 

Readme

Source

@datastrucures-js/min-heap

build:? npm npm npm

A wraper around https://github.com/datastructures-js/heap MinHeap

install

npm install --save @datastructures-js/min-heap

require

const { MinHeap } = require('@datastructures-js/min-heap');

import

import { MinHeap } from '@datastructures-js/min-heap';

API

https://github.com/datastructures-js/heap#construction

License

The MIT License. Full License is here

Keywords

FAQs

Last updated on 17 Jan 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc