Database
schneier.asc
Associated article: Skip Lists
Tags: Database Parallel
_SKIP LISTS_ by Bruce Schneier [LISTING ONE] /* This file contains source code to implement a dictionary using skip lists and a test driver to test the routines. A couple of comments about this implementation: The routine randomLevel has been hard-coded ...


