UNPKG

algs-adt

Version:

An npm package for using data structures like queues or graphs in javascript or typescript

4 lines (3 loc) 120 B
import { List } from "../../ADT/List"; declare function mergeSort(list: List<any>): List<any>; export { mergeSort };