Question: use python pseudocode do this problem Devise an algorithm to find the two smallest values of a one-dimensional array. The inputs are the array and
use python pseudocode do this problem
Devise an algorithm to find the two smallest values of a one-dimensional array. The inputs are the array and the number of elements in that array. There are three parts to this problem: 1. Write the pseudocode for your algorithm, and include it as a comment in your .py file. 2. Provide a tracing of your algorithm for the array h 2 1 8 1 5i 3. Create a flowchart of your algorithm using e.g. draw.io Save your flowchart in the form lastname firstname hw3.png. If you use draw.io, one way to save as it is found under File Export As.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
