Design, implement, and evaluate an algorithm to find the maximum data value in an array of 1,000 randomly generated data.

Requirement: define a findMax() method with major functionality and a main() method with test cases to test your data.

  • Design your algorithm using English and a flowchart first;
  • Then, please implement your algorithm using Java;
  • Lastly, evaluate your algorithm using both experimental study and asymptotic analysis (including both time complexity and space complexity).

Create:

  • English description of your algorithm;
  • A flowchart illustrates your algorithm;
  • Java source code:
Academic Honesty!
It is not our intention to break the school's academic policy. Posted solutions are meant to be used as a reference and should not be submitted as is. We are not held liable for any misuse of the solutions. Please see the frequently asked questions page for further questions and inquiries.
Kindly complete the form. Please provide a valid email address and we will get back to you within 24 hours. Payment is through PayPal, Buy me a Coffee or Cryptocurrency. We are a nonprofit organization however we need funds to keep this organization operating and to be able to complete our research and development projects.