Re: finding medians

Поиск
Список
Период
Сортировка
От Dann Corbit
Тема Re: finding medians
Дата
Msg-id D90A5A6C612A39408103E6ECDD77B82920CEE0@voyager.corporate.connx.com
обсуждение исходный текст
Ответ на finding medians  (Josh Burdick <jburdick@gradient.cis.upenn.edu>)
Список pgsql-hackers
Here is a program written in C that demonstrates 2 median/selection
computation techniques:
ACM Algorithm 727 (implementation by Sherif Hashem)
QuickSelect (implemented by me).

Since it is written in C, it would be useful to PostgreSQL project
without any fanfare.
ftp://cap.connx.com/pub/chess-engines/new-approach/727.c

The ACM agorithm 727 is an approximation.
The QuickSelect result is exact.



В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Dann Corbit"
Дата:
Сообщение: Re: finding medians
Следующее
От: Katherine Ward
Дата:
Сообщение: Small changes to facilitate Win32 port