Order by: date | title | url | snip Show: just this cat | subcats too
2007-03-22 15:12:41 Practical In-Place Mergesort - Katajainen, Pasanen, Teuhola (ResearchIndex) | ||
Abstract: Two in-place variants of the classical mergeso... analysed in detail. The first, straightforward variant p... log 2 N + O(N ) comparisons and 3N log 2 N + O(N ) moves... elements. The second, more advanced variant requires at ... O(N ) compa | ||
|
||
2007-03-22 15:08:46 External memory algorithms and data structures | ||
External memory algorithms and data structures: dealing ... | ||
|
||
2007-03-22 14:56:58 FastSort: a distributed single-input single-output external sort | ||
FastSort: a distributed single-input single-output exter... | ||
|
||
2007-03-22 14:53:42 Performance comparison of distributive and mergesort as external sorting algorithms | ||
Performance comparison of distributive and mergesort as ... | ||
|
||
2007-03-22 14:48:51 Optimal disk I/O with parallel block transfer | ||
Optimal disk I/O with parallel block transfer | ||
|
||
2007-03-22 14:47:31 Brown CS: Tech Report CS-91-20 | ||
http://www.cs.brown.edu/publications/techre.../CS-91-20.html | ||
Greed Sort: An Optimal External Sorting Algorithm for Mu... | ||
|
||
2007-03-22 12:28:35 Speeding Up External Mergesort | ||
External mergesort is normally implemented so that each ... contiguously on disk and blocks of data are read exactly... are needed during merging. We investigate two ideas for ... performance of external mergesort: interleaved layout an... strategy. I | ||
|
||
2007-03-22 12:28:00 The input/output complexity of sorting and related problems | ||
We provide tight upper and lower bounds, up to a constan... number of inputs and outputs (I/OS) between internal mem... storage required for five sorting-related problems: sort... Fourier transform (FFT), permutation networks, permuting... transpositi | ||
|
||
2007-03-22 12:26:27 The *M-ary tree and *Ternary hillsort | ||
Sorting is a significant activity for which better metho... sought. In many computing scenarios, sorting must be don... majority of data items remaining on an auxiliary storage... paper introduces a new data structure, the *M-ary tree, ... external so | ||
|
||
2007-03-22 12:02:00 The External Heapsort | ||
http://www.diku.dk/forskning/performance-engi.../node23.html | ||
The memory model assumed for this discussion is a paged ... | ||
|
||
2007-03-22 11:59:07 The External Heapsort | ||
Heapsort is an internal sorting method which sorts an ar... place in O(n log n) time. Heapsort is generally consider... external random-access sorting. By replacing key compari... operations on pages, it is shown how to obtain an in-pla... which requi | ||
|
||
2007-03-22 11:24:16 DBIS: Databases and Information Systems Group | ||
http://www.tu-ilmenau.de/...ases-and-Inform.dbis2.0.html?... | ||
M. Lng, K. Sattler, K. Schmidt, E. Schallehn: | ||
|
||
2007-03-22 11:10:44 An Optimal in-Situ Disk Sorting Algorithm Based on Heapsort (ResearchIndex) | ||
A versatile variant of Heapsort, adapted for external di... presented. On a single processor RAM with internal memor... Θ(m + kbw) words, it sorts a file of n records of ... stored in m physical blocks, each consisting of b record... using O(m l | ||
|
||
2006-07-22 14:20:47 Selection algorithm - Wikipedia, the free encyclopedia | ||
Selecting k smallest or largest elements | ||
|
||
2006-07-02 09:47:59 General Balanced Trees - Andersson (ResearchIndex) | ||
We show that, in order to achieve efficient maintenance ... binary search tree, no shape restriction other than a lo... is required. The obtained class of trees, general balanc... maintained at a logarithmic amortized cost with no balan... stored in t | ||
|
||
2006-07-02 09:42:00 Implementing Sets Efficiently in a Functional Language (ResearchIndex) | ||
Abstract: Most texts describing data structures give imp... implementations. These are either difficult or tedious t... functional (non sideeffecting) form. This technical repo... implementation of sets in the functional subset of Stand... implementat | ||
|
||
2006-07-02 09:29:29 AVL tree | ||
AVL tree | ||
|
||
2006-07-02 09:28:04 AVL tree - Wikipedia, the free encyclopedia | ||
AVL tree | ||
|
||
2006-07-02 09:26:43 OOPWeb.com - Data Structures and Algorithms by John Morris | ||
http://www.oopweb.com/Algorithms/Do.../VolumeFrames.html?... | ||
[ From frame: http://www.oopweb.com/Algorithms/Documents/PLDS2.../AVL.html ] | ||
AVL Trees | ||
|
||
Order by: date | title | url | snip Show: just this cat | subcats too