Hello! ^.^
poop loop
x = 5
$10 = 2x$
How u doin?
πͺπβοΈ
public static main(String[] args) {
System.out.println("hEllo ");
}
[x] homework
[x]
[ ] Eat
[ ] Sleep
[ ] What's an algorithm?
Answer: A set of steps that you or a computer take in order to solve a problem and give a desired output.
[ ] What algorithms do you know? Write at least 3 that you know of individually, then share and compare with the others in your group (think about your other classes - 127, 128, discrete, etc)
Answer: 1. Gesture Recognizer
Divide and conquer = )
[ ] What is pseudocode? Pick ONE algorithm from your group, and try to write it out in pseudocode.
[ ] Look at the code below for Insertion Sort, written in pseudocode (note that the textbook's format may be a bit different), and see if you can figure out what it's doing (as a group)
[ ] Trace through the code using the sample array below and write how each iteration (or pass) through the loops causes the array to change. Make sure you are writing out every pass, donβt just skip to the end π