Question: You will need to fork your JSFiddle into a new Fiddle. In this Fiddle we are going to add sorting functions. This is a great

You will need to fork your JSFiddle into a new Fiddle. In this Fiddle we are going to add sorting functions. This is a great time to clean up your list with things that you have learned.

You should automatically populate the List with 20 element (random strings).

Once you have completed this - you will add 2 sort functions, you can use any sort method that you desire for each of the sort functions. You can also delineate the functions by the name of the Sort function - so your functions might be QuickSort() and MergeSort() - if you chose to implement those 2 algorithms (you can select from any sort functions).

The interface should have buttons to (1) Repopulate the list with Random string , (2) Sort list with algorithm 1 (3) Sort list with algorithm 2 and (4) Insert a new random string entered by the user. After each operation it should display the new list.

Create Randomized String List Sort with GoogleSort Sort with EaglinSort Enter String Here Insert String

The option 4 here will insert the new string entered by the user (you will need a check box) in the correct sorted position and you should print the new list with the new element on the screen.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!