Skip to content

An attempted partial implementation of "A Density Control Algorithm for Doing Insertions and Deletions in a Sequentially Ordered File."

Notifications You must be signed in to change notification settings

alevkov/density-control

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

"A Density Control Algorithm for Doing Insertions and Deletions in a Sequentially Ordered File inn a Good Worst-Case Time"

Consider a file which arranges records in sequential order, and stores them with possible empty spaces in M consecutive pages of memory. We develop an insertion/deletion algorithm which runs in a worst-case time approximately proportional to log^2(M) divided by the page-size when the set of manipulated records has cardinality O(M).

(c) DAN E. WILLARD Department of Computer Science, State University of New York, Albany, New York 12222 1992 Academic Press, Inc. Link to research paper

About

An attempted partial implementation of "A Density Control Algorithm for Doing Insertions and Deletions in a Sequentially Ordered File."

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages