/*  
    $Id: divideskipmerger.cc 4025 2008-10-01 00:01:14Z abehm $ 

    Copyright (C) 2007 by The Regents of the University of California
 	
    Redistribution of this file is permitted under the terms of the BSD license

    This imeplementation merges multiple lists by 
    the DividedSkip algorithm.

    The lists are assumed to
    be sorted in an ascending order.

    Author: Jiaheng Lu 
    Date: 05/23/2007

*/

#include "divideskipmerger.h"
