Difference between revisions of "2022 Paper 1 Revision Quiz"
(→Sorting Algorithms) |
(→Stacks) |
||
Line 141: | Line 141: | ||
=Stacks= | =Stacks= | ||
<quiz display=simple> | <quiz display=simple> | ||
− | { | + | {A stack is ? |
|type="()"} | |type="()"} | ||
− | + | + | + Last In First Out . |
||Correct | ||Correct | ||
− | - | + | - First in First Out. |
− | |||
− | |||
− | |||
− | |||
||Incorrect | ||Incorrect | ||
</quiz> | </quiz> |
Revision as of 10:37, 2 June 2022
Contents
Recursion
Arrays
Abstract Data Types & Dynamic vs Static
Queues
Stacks
Graphs
Trees
Graph Traversal
Searching Algorithms
Sorting Algorithms
Optimisation Algorithms
Order of Complexity