hierarchical-estimates-visu.../packages/utility-tools
2022-06-17 14:39:21 -04:00
..
input feat: Add utility tools 2022-06-15 23:04:46 -04:00
output feat: Add utility tools 2022-06-15 23:04:46 -04:00
src fix: exports 2022-06-17 14:34:54 -04:00
package.json v0.2.2 2022-06-17 14:39:21 -04:00
README.md feat: Add utility tools 2022-06-15 23:04:46 -04:00
yarn.lock feat: Add utility tools 2022-06-15 23:04:46 -04:00

Utility function processor

This package contains a series of utilities to work with the utility functions produced by this utility function extractor

Merge sort

Given a list of elements and a list of utilitity comparisons, sort the list.

Gotcha: The list of elements has to be the same list, and in the same order, as that produced when initially doing the comparisons. This is because the merge-sort algorithm depends on the initial order of the list.