Skip List: Linked List ที่มีทางด่วนพิเศษ

Main Article Content

เนรมิต ชุมสาย ณ อยุธยา

Abstract

Skip List is a probabilistic alternative to Balanced Trees, or in short, another linked list which behave like a self-balanced binary search trees. Skip List was created  by Professor William Pugh at the University of Maryland in 1990. It has an average running time of  n and a linear running time at the worst case. This article will show readers what Skip List is and how it can be created using Java.

Article Details

Section
Academic Articles