Skip to main content
This release is 10 versions behind 1.0.6 — the latest version of @std/data-structures. Jump to latest

Built and signed on GitHub Actions

Common data structures like red-black trees and binary heaps

This package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
This package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
This package works with Bun
This package works with Browsers
JSR Score
100%
Published
11 months ago (0.224.1)

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

property BinarySearchTree.prototype._size

Add Package

deno add jsr:@std/data-structures

Import symbol

import { BinarySearchTree } from "@std/data-structures";

---- OR ----

Import directly with a jsr specifier

import { BinarySearchTree } from "jsr:@std/data-structures";

Add Package

npx jsr add @std/data-structures

Import symbol

import { BinarySearchTree } from "@std/data-structures";

Add Package

yarn dlx jsr add @std/data-structures

Import symbol

import { BinarySearchTree } from "@std/data-structures";

Add Package

pnpm dlx jsr add @std/data-structures

Import symbol

import { BinarySearchTree } from "@std/data-structures";

Add Package

bunx jsr add @std/data-structures

Import symbol

import { BinarySearchTree } from "@std/data-structures";