Pseudocode can be used to plan out programs. Planning a program that asks people what the best subject they take is, would look like this in pseudocode: REPEAT OUTPUT 'What is the best subject you ...
Algorithms are a series of steps involved in solving a function or a part of a program. The efficiency of a chosen algorithm is calculated using Big O notation, namely runtime and space complexity.