Skip to main content

Part of the book series: Undergraduate Topics in Computer Science ((UTICS))

  • 6664 Accesses

We have quickly sketched in Chapter 4.7 the sequential and dichotomic/bisection search strategies to answer element membership queries: Does an element already belong to the data-set or not? In this chapter, we further describe the generic framework for inserting/deleting or modifying attributes of elements of a data-set. We revisit the linear sequential and logarithmic bisection searches on sets of complex data-structured elements: sets of objects. Since the bisection search requires arrays to be totally ordered, and since raw arrays of elements are very unlikely to be already sorted beforehand, we then present two methods for sorting data-sets:

  • (1) The selection sort, which iteratively selects the current smallest element of remaining sub-arrays, and

  • (2) The quicksort, which recursively sorts the arrays by partitioning elements.

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

Access this chapter

eBook
USD 19.99
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
Softcover Book
USD 29.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

Preview

Unable to display preview. Download preview PDF.

Unable to display preview. Download preview PDF.

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Frank Nielsen .

Rights and permissions

Reprints and permissions

Copyright information

© 2009 Springer-Verlag London

About this chapter

Cite this chapter

Nielsen, F. (2009). Searching and Sorting. In: A Concise and Practical Introduction to Programming Algorithms in Java. Undergraduate Topics in Computer Science. Springer, London. https://doi.org/10.1007/978-1-84882-339-6_6

Download citation

  • DOI: https://doi.org/10.1007/978-1-84882-339-6_6

  • Published:

  • Publisher Name: Springer, London

  • Print ISBN: 978-1-84882-338-9

  • Online ISBN: 978-1-84882-339-6

  • eBook Packages: Computer ScienceComputer Science (R0)

Publish with us

Policies and ethics