What are Algorithms?
What is Pseudocode?
Programmable code written in standard english for easier understanding.
What is a Flowchart?
Flowcharts also represent data flow, but the shapes have different meanings.
The oval → Start/End
The Square → Process
The Rhombus → Decision
The Parallelogram → Inputs/Outputs
The Lined Rectangle → Subroutines
What is a Linear Search?
What is Binary Search?
How is a Binary Search conducted?
What is a Bubble Sort?
What is a Merge Sort?
When should Linear/Binary Search be used?