Skip to main content

Comparison of Execution Efficiency of the Use of a Skip List and Simple List in a .NET Application

  • Conference paper
  • First Online:
Recent Advances in Technology Research and Education (INTER-ACADEMIA 2018)

Part of the book series: Lecture Notes in Networks and Systems ((LNNS,volume 53))

Included in the following conference series:

Abstract

A single level linked list (a simple list) is a dynamic data structure that is used for storing data in applications. However, there are also multi-level linked lists (called skip lists) that are more complicated for creating, but searching for the required data elements in them is more efficient because they allow us to skip to the correct element in them. We have created a C# object-oriented .NET application that uses both lists, a skip and simple list, with structured data in their data elements. By using our C# application we want to compare the execution efficiency of the use of these lists, therefore the same structured data of students is stored in the data elements of its skip and simple list. Our C# application is able to carry out basic operations with these data elements of a skip and simple list, such as searching for students (data elements) according to their points for accommodation, their year of birth, their surname and according to their ISIC in both lists, inserting of a new student (a data element) sorted into both lists etc., and simultaneously it is able to measure the execution times of particular operations. By comparing these times we have examined the execution efficiency of these operations in a skip list and in a simple list. The results and evaluation of this examination are listed in the paper.

This is a preview of subscription content, log in via an institution to check access.

Access this chapter

Chapter
USD 29.95
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
eBook
USD 129.00
Price excludes VAT (USA)
  • Available as EPUB and PDF
  • Read on any device
  • Instant download
  • Own it forever
Softcover Book
USD 169.99
Price excludes VAT (USA)
  • Compact, lightweight edition
  • Dispatched in 3 to 5 business days
  • Free shipping worldwide - see info

Tax calculation will be finalised at checkout

Purchases are for personal use only

Institutional subscriptions

References

  1. Linked Lists. http://www.cs.cmu.edu/~adamchik/15-121/lectures/Linked%20Lists/linked%20lists.html. Accessed 19 June 2018

  2. Niemann, T.: Sorting and searching algorithms (1999). www.epaperpress.com

  3. Pugh, W.: Skip lists: a probabilistic alternative to balanced trees. Commun. ACM 33(6), 668–676 (1990)

    Article  Google Scholar 

Download references

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Igor Košťál .

Editor information

Editors and Affiliations

Rights and permissions

Reprints and permissions

Copyright information

© 2019 Springer Nature Switzerland AG

About this paper

Check for updates. Verify currency and authenticity via CrossMark

Cite this paper

Košťál, I. (2019). Comparison of Execution Efficiency of the Use of a Skip List and Simple List in a .NET Application. In: Laukaitis, G. (eds) Recent Advances in Technology Research and Education. INTER-ACADEMIA 2018. Lecture Notes in Networks and Systems, vol 53. Springer, Cham. https://doi.org/10.1007/978-3-319-99834-3_33

Download citation

Publish with us

Policies and ethics