标签: algorithm
给定一个未排序数字的数组,有一个非常简单的O(n)算法,为每个位置计算下一个较大元素到其右边的距离(或绝对位置)。这个算法出现在许多网站上(例如http://www.geeksforgeeks.org/next-greater-element/,Find next higher element in an array for each element),但我想知道是否有任何原始参考资料?