Page 1 of 1

Question 5 (5 points) Suppose file 1 contains package media.records; public class Labels {...} class Check { . . . ) a.

Posted: Fri Jul 08, 2022 6:45 am
by answerhappygod
Question 5 5 Points Suppose File 1 Contains Package Media Records Public Class Labels Class Check A 1
Question 5 5 Points Suppose File 1 Contains Package Media Records Public Class Labels Class Check A 1 (95.28 KiB) Viewed 48 times
Data structures in Java class
Question 5 (5 points) Suppose file 1 contains package media.records; public class Labels {...} class Check { . . . ) a. Are the Check class and the Review class in the same package? b. What is the name of file 1? C. What is the name of file 2? d. What is the name of the directory that contains the two files? e. What is that directory a subdirectory of? Question 6 (6 points) Describe the order of growth of each of the following functions using 0 notation. a. N² + 3N b. 3N² + N C. N5 + 100N³ + 245 and file 2 contains package media.records; public class Length{ . . . } class Review ( . . . } d. 3Mlog₂N + N² e. f. 1+N+ N2 + N3 +N (N* (N-1))/2