1/4
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress
What is space complexity
A measure of the amount of storage/memory space in RAM an algorithm needs to complete its task.
What is time complexity
A measure of the number of operations or steps performed by the algorithm, which gives an indication of how well it utilises its processing time. This is not dependent on the physical speed of the hardware it is on.
What is an algorithm
A set of instructions designed to perform a specific task/solve a specific problem.
Which are the most common searching algorithms used
Linear and binary search
Which are the most common sorting algorithms used
Bubble, merge, insertion and quick sort