主に競技プログラミングに向けた、データ構造やアルゴリズムを提供するTypeScriptライブラリです。
copyright (c) 2026- Ayasaka-Koto(AyaExpTech) Released under the MIT License.
このライブラリはJSRパッケージとして公開されています。
- Web (esm.sh CDN)
import * as arcane from 'https://esm.sh/jsr/@ayaexptech/arcane';
- npm
npx jsr add @ayaexptech/arcane
import * as arcane from "@ayaexptech/arcane";
- pnpm
pnpm add jsr:@ayaexptech/arcane
import * as arcane from "@ayaexptech/arcane";
- Deno (Add Package)
deno add jsr:@ayaexptech/arcane
import * as arcane from "@ayaexptech/arcane";
- Deno (Adhoc Import)
import * as arcane from "jsr:@ayaexptech/arcane";
- Bun
bunx jsr add @ayaexptech/arcane
import * as arcane from "@ayaexptech/arcane";
JSRのドキュメントページ及びJSDocコメントを参照してください。
- バグ報告: GitHub Issues
- Pull Request: このリポジトリは作者の学習を兼ねたプロジェクトです。原則としてPull Requestは受け付けていません。ご了承ください。