This release is 10 versions behind 1.0.6 — the latest version of @std/data-structures. Jump to latest
@std/data-structures@0.224.1Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
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




JSR Score
100%
Published
11 months ago (0.224.1)
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";