Write a program to implement scan sort for contiguous lists

Assignment Help Computer Engineering
Reference no: EM131847619

Problem

There is an even easier sorting method, which, instead of using two pointers to scan sort move through the list, uses only one. We can call it scan sort, and it proceeds by starting at one end and moving forward, comparing adjacent pairs of keys, until it finds a pair out of order. It then swaps this pair of entries and starts moving the other way, continuing to swap pairs until it finds a pair in the correct order. At this point it knows that it has moved the one entry as far back as necessary, so that the first part of the list is sorted, but, unlike insertion sort, it has forgotten how far forward has been sorted, so it simply reverses direction and sorts forward again, looking for a pair out of order. When it reaches the far end of the list, then it is finished.

(a) Write a C++ program to implement scan sort for contiguous lists. Your program should use only one position variable (other than the list's count member), one variable of type entry to be used in making swaps, and no other local variables.

(b) Compare the timings for your program with those of insertion_sort.

Reference no: EM131847619

Questions Cloud

Develop a teaching plan for the parents : Develop a teaching plan for the parents of an active toddler addressing safety measures and parent education to prevent accidental poisoning
Write a cpp function for bubble sort : Write a C++ function for bubble sort. Find the performance of bubble sort on various kinds of lists, and compare the results with those for insertion sort.
Why might a healthcare professional use an abbreviation : Why might a healthcare professional use an abbreviation that is on the "Do Not Use" List or the Error-Prone List?
Provide an example of how levis could use the technology : Explain RFID and provide an example of how Levi's could use the technology to increase its business operations.
Write a program to implement scan sort for contiguous lists : Write a C++ program to implement scan sort for contiguous lists. Your program should use only one position variable, one variable of type entry to be used.
Effective use of medications : Medication labels provide information that is critical to the effective use of medications. What are the types of information
Determine the frequency of drug administration : Determine the frequency of drug administration based on the half-life. Determine how long it would take for the drug to be cleared from the body
Research dells supply chain management strategy : Research Dell's supply chain management strategy on the Web and create a report discussing any new SCM updates and strategies.
What initial order for list of keys will produce worst case : What initial order for a list of keys will produce the worst case for insertion sort in the contiguous version? In the linked version?

Reviews

Write a Review

Computer Engineering Questions & Answers

  Mathematics in computing

Binary search tree, and postorder and preorder traversal Determine the shortest path in Graph

  Ict governance

ICT is defined as the term of Information and communication technologies, it is diverse set of technical tools and resources used by the government agencies to communicate and produce, circulate, store, and manage all information.

  Implementation of memory management

Assignment covers the following eight topics and explore the implementation of memory management, processes and threads.

  Realize business and organizational data storage

Realize business and organizational data storage and fast access times are much more important than they have ever been. Compare and contrast magnetic tapes, magnetic disks, optical discs

  What is the protocol overhead

What are the advantages of using a compiled language over an interpreted one? Under what circumstances would you select to use an interpreted language?

  Implementation of memory management

Paper describes about memory management. How memory is used in executing programs and its critical support for applications.

  Define open and closed loop control systems

Define open and closed loop cotrol systems.Explain difference between time varying and time invariant control system wth suitable example.

  Prepare a proposal to deploy windows server

Prepare a proposal to deploy Windows Server onto an existing network based on the provided scenario.

  Security policy document project

Analyze security requirements and develop a security policy

  Write a procedure that produces independent stack objects

Write a procedure (make-stack) that produces independent stack objects, using a message-passing style, e.g.

  Define a suitable functional unit

Define a suitable functional unit for a comparative study between two different types of paint.

  Calculate yield to maturity and bond prices

Calculate yield to maturity (YTM) and bond prices

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd