undecorate

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)”看法