Skip to main content

@hz-9/algorithm

Less than 1 minute

@hz-9/algorithm

A JavaScript algorithm base class library.

NPM Version NPM License NPM Downloads Types
Node Version Last Commit

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]));