0.2.2 • Published 7 months ago

@hz-9/algorithm v0.2.2

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

@hz-9/algorithm

A JavaScript algorithm base class library.

NPM Version NPM License NPM Downloads Types Node Version Last Commit

Document | 文档

Introduction

A JavaScript algorithm base class library.

Installation

npm install --global @hz-9/algorithm

Usage

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

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

7 months ago

0.2.1

1 year ago

0.2.0

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago