UNPKG

t-comm

Version:

专业、稳定、纯粹的工具库

13 lines (7 loc) 415 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var algorithm_array = require('./array.js'); exports.mergeTwoSortedArrayV1 = algorithm_array.mergeTwoSortedArrayV1; exports.mergeTwoSortedArrayV2 = algorithm_array.mergeTwoSortedArrayV2; exports.removeElementInArrayV1 = algorithm_array.removeElementInArrayV1; exports.removeElementInArrayV2 = algorithm_array.removeElementInArrayV2;