undecorate
美
英 
例句
The efficient solution to cmp inefficiency is to use a Schwartzian sort instead: decorate each item, sort, then undecorate.
對于cmp效率低下的問題,有效的解決方案是使用Schwartzian排序:修飾(decorate)各對象,進行排序,然后去掉修飾。
That's how I think about "decorate-sort-undecorate" (DSU). Suppose you have this dataset
這就是我對“裝飾-排序-去除裝飾(decorate-sort-undecorate,DSU)”的看法。