跳至主要內容

@hz-9/algorithm

小于 1 分钟

@hz-9/algorithm

一个 JavaScript 算法基础类库。

NPM Version NPM License NPM Downloads Types
Node Version Last Commit

Introduction

一个 JavaScript 算法基础类库。

Installation

npm install --global @hz-9/algorithm

Usage

import { selectionSort } from "@hz-9/algorithm";

console.log("selectionSort", selectionSort([5, 4, 3, 2, 1]));