Ask Java Expert


Home >> Java

Review Questions

1. When does quicksort work best, and when does it work worst?

2. Write a recursive procedure to implement the insertion sort algorithm.

3. What is the purpose of the pivot value in quicksort? How did we first select it in the text, and what is wrong with that approach for choosing a pivot value?

4. For the following array

30 40 20 15 60 80 7S 4 20

show the new array after each pass of insertion sort, bubble sort, and selection sort. How many comparisons and exchanges are performed by each?

5. For the array in Question 4, trace the execution of Shell sort.

Review Questions

1. Draw the mirror images of the three cases for insertion into a Red-Black tree and explain how each situation is resolved.

2. Show the AVL tree that would be formed by inserting the month names (12 strings) into a tree in their normal calendar sequence.

3. Show the Red-Black tree that would be formed by inserting the month names into a tree in their normal calendar sequence.

4. Show the 2-3 tree that would be formed by inserting the month names into a tree in their normal calendar sequence.

5. Show the 2-34 wee that would be formed by inserting the month names into a tree in their normal calendar sequence.

Review Questions

1. Draw the mirror images of the three cases for insertion into a Red-Black tree and explain how each situation is resolved.

2. Show the AVL tree that would be formed by inserting the month names (12 strings) into a tree in their normal calendar sequence.

3. Show the Red-Black tree that would be formed by inserting the month names into a tree in their normal calendar sequence.

4. Show the 2-3 tree that would be formed by inserting the month names into a tree in their normal calendar sequence.

5. Show the 2-34 wee that would be formed by inserting the month names into a tree in their normal calendar sequence.

Programming Projects

1. Use the random number function to store a list of 1000 pseudorandom integer values in an array. Apply each of the sort classes described in this chapter to the array and deter¬mine the number of comparisons and exchanges. Make sure the same array is passed to each sort method.

2. Investigate the effect of array size and initial element order on the number of compar¬isons and exchanges required by each of the sorting algorithms described in this chapter. Use arrays with 100 and 10,000 integers. Use three initial orderings of each array (randomly ordered, inversely ordered, and ordered). Be certain to son the same six arrays with each sort method.

Programming Projects

1. Complete the AVLTree class by coding the missing methods for insertion only. Use it to insert a collection of randomly generated numbers. Insert the same numbers in a binary search tree that is not balanced. Verify that each tree is correct by performing an inorder traversal. Also, display the format of each tree that was built and compare their heights.

2. Code the RedBlackTrec class by coding the missing methods for insertion. Redo Project 1 using this class instead of the AVLTree class.

Programming Projects

1. Design and implement the Matri xGraph class.

2. Rewrite method di j kstrasAl gori thm to use a priority queue as we did for method prinsAlgori thm. When inserting edges into the priority queue, the weight is replaced by the total distance from the source vertex to the destination vertex. The source vertex, however, remains unchanged as it is the predecessor in the shortest path.

Java, Programming

  • Category:- Java
  • Reference No.:- M91377158
  • Price:- $60

Priced at Now at $60, Verified Solution

Have any Question?


Related Questions in Java

Chatbotscreate a small networked chat application that is

Chatbots Create a small, networked chat application that is populated by bots. Introduction On an old server park, filled with applications from the early days of the internet, a few servers still run one of the earliest ...

Assignment taskwrite a java console application that allows

Assignment task Write a java console application that allows the user to read, validate, store, display, sort and search data such as flight departure city (String), flight number (integer), flight distance (integer), fl ...

Assignment game prototypeoverviewfor this assessment task

Assignment: Game Prototype Overview For this assessment task you are expected to construct a prototype level/area as a "proof of concept" for the game that you have designed in Assignment 1. The prototype should function ...

Assignment taskwrite a java console application that allows

Assignment task Write a java console application that allows the user to read, validate, store, display, sort and search data such as flight departure city (String), flight number (integer), flight distance (integer), fl ...

In relation to javaa what is constructor the purpose of

(In relation to Java) A. What is constructor? the purpose of default constructor? B. How do you get a copy of the object but not the reference of the object? C. What are static variables and instance variables? D. Compar ...

Project descriptionwrite a java program to traverse a

Project Description: Write a java program to traverse a directory structure (DirWalker.java) of csv files that contain csv files with customer info. A simple sample in provided in with the sample code but you MUST will r ...

Fundamentals of operating systems and java

Fundamentals of Operating Systems and Java Programming Purpose of the assessment (with ULO Mapping) This assignment assesses the following Unit Learning Outcomes; students should be able to demonstrate their achievements ...

Assessment -java program using array of Assessment -JAVA Program using array of objects

Assessment -JAVA Program using array of objects Objectives This assessment item relates to the course learning outcomes as stated in the Unit Profile. Details For this assignment, you are required to develop a Windowed G ...

Applied software engineering assignment 1 -learning

Applied Software Engineering Assignment 1 - Learning outcomes - 1. Understand the notion of software engineering and why it is important. 2. Analyse the risk factors associated with phases of the software development lif ...

Retail price calculatorwrite a java program that asks the

Retail Price Calculator Write a JAVA program that asks the user to enter an item's wholesale cost and its markup percentage. It should then display the item's retail price. For example: (If an item's wholesale cost is 5. ...

  • 4,153,160 Questions Asked
  • 13,132 Experts
  • 2,558,936 Questions Answered

Ask Experts for help!!

Looking for Assignment Help?

Start excelling in your Courses, Get help with Assignment

Write us your full requirement for evaluation and you will receive response within 20 minutes turnaround time.

Ask Now Help with Problems, Get a Best Answer

Why might a bank avoid the use of interest rate swaps even

Why might a bank avoid the use of interest rate swaps, even when the institution is exposed to significant interest rate

Describe the difference between zero coupon bonds and

Describe the difference between zero coupon bonds and coupon bonds. Under what conditions will a coupon bond sell at a p

Compute the present value of an annuity of 880 per year

Compute the present value of an annuity of $ 880 per year for 16 years, given a discount rate of 6 percent per annum. As

Compute the present value of an 1150 payment made in ten

Compute the present value of an $1,150 payment made in ten years when the discount rate is 12 percent. (Do not round int

Compute the present value of an annuity of 699 per year

Compute the present value of an annuity of $ 699 per year for 19 years, given a discount rate of 6 percent per annum. As