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