UNPKG

@cosmicmind/algojs

Version:

A TypeScript library featuring algorithms and data structures.

3 lines 130 B
import { LinearSort } from '../utils'; export declare const selectionSort: LinearSort; //# sourceMappingURL=SelectionSort.d.ts.map