@hz-9/algorithm
Less than 1 minute
@hz-9/algorithm
A JavaScript algorithm base class library.
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]));