🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@aureooms/js-pairing-heap

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aureooms/js-pairing-heap

Pairing heap data structure library for JavaScript

3.0.0
latest
Source
npm
Version published
Weekly downloads
1
-75%
Maintainers
1
Weekly downloads
 
Created
Source

:cherries: @aureooms/js-pairing-heap

Pairing heap data structure for JavaScript. See docs. Parent is @aureooms/js-heap.

import {increasing} from '@aureooms/js-compare';
import {PairingHeap} from '@aureooms/js-pairing-heap';
let heap = new PairingHeap( increasing ) ;

License Version Tests Dependencies Dev dependencies GitHub issues Downloads

Code issues Code maintainability Code coverage (cov) Code technical debt Documentation Package size

:scroll: References

Keywords

data

FAQs

Package last updated on 15 Apr 2021

Did you know?

Socket

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