Skip to content

AXT-Studio/Arcane

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AyaExpTech Arcane

主に競技プログラミングに向けた、データ構造やアルゴリズムを提供するTypeScriptライブラリです。

License

copyright (c) 2026- Ayasaka-Koto(AyaExpTech) Released under the MIT License.

Installation

このライブラリは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";

Usage

JSRのドキュメントページ及びJSDocコメントを参照してください。

Contributing

  • バグ報告: GitHub Issues
  • Pull Request: このリポジトリは作者の学習を兼ねたプロジェクトです。原則としてPull Requestは受け付けていません。ご了承ください。

About

Library of data structures and algorithms for TypeScript (by AyaExpTech)

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors