Reference no: EM132214059 
                                                                               
                                       
Question 
Write a static method named mergeSortedLists that takes two ArrayLists of Integers that are in increasing order and returns a new ArrayList of Integers that contains the elements of the original lists "merged" together in increasing order.
For example, if the first list contains the elements [1, 4, 4, 7, 22] and the second list is [3, 3, 5, 5, 21, 25, 30] then the new list should be [1, 3, 3, 4, 4, 5, 5, 7, 21, 22, 25, 30]. Again, if one list is longer than the other append the remaining elements to theend of the new list.
                                       
                                     
                                    
	
		| Write a suffixarray client that given string and an integer
                                        : Write a SuffixArray client that, given a string and an integer L, finds all repeated substrings of length L or more.(Please give solution in java) | 
		| Write a subroutine called prune to search an array
                                        : Write a subroutine called PRUNE to search an array called raw_measurements that contains 16-bit unsigned integers. | 
		| Process a null-terminated string of decimal characters
                                        : Write a subroutine called REPLACE that processes a null-terminated string of decimal characters and replaces leading zeros with spaces. | 
		| Write a temperature class that represents temperatures
                                        : Write a Temperature class that represents temperatures in degrees in both Celsius and Fahrenheit. | 
		| Write a static method that takes two arraylists of integers
                                        : Write a static method named mergeSortedLists that takes two ArrayLists of Integers that are in increasing order and returns a new. | 
		| Compute the future value of an investment pv at rate
                                        : Write a static method called FV for a class called Finance that will compute the Future value of an investment PV at rate of return per period r. | 
		| List the patients who do not have a prescription
                                        : List the patients who do not have a prescription. The list should show the patient's name, gender, age, admission date, room, and illness description. | 
		| Write a second nested loop to display pattern b
                                        : Write a single program that uses two nested loops to display Patterns A and B. | 
		| Print the values of wheels for both objects using the access
                                        : Create two objects (car, bicycle) of this class. Set the wheels' to 4 and 2, respectively, for these objects using the "Mutator function. |