Difference between revisions of "Section A AL"
(→Fundamentals of data structures) |
(→Fundamentals of algorithms) |
||
Line 40: | Line 40: | ||
[[Depth First]] - {{partially done}} | [[Depth First]] - {{partially done}} | ||
− | [[Breadth First]] | + | [[Breadth First]] - {{partially done}} |
[[Tree Traversals]] - {{done}} | [[Tree Traversals]] - {{done}} |
Revision as of 10:32, 8 November 2017
Introduction
You are advised to spend no more than 45 minutes on this section. Questions will examine the specification content not specific to the Preliminary Material.
This section covers short answer theory questions on the topics within unit 1 from both year 1 and 2. The year 1 topics are here:
Fundamentals of programming
Object Orientated Programming -
Fundamentals of data structures
Linked Lists - Lists - Needs Quiz
Stacks -
Queues -
Graphs - Needs Quiz
Trees - Needs Quiz
Hashing - Needs Quiz
Vectors -
Fundamentals of algorithms
Merge Sort - Needs Quiz
Traversals
Depth First - Needs Quiz
Breadth First - Needs Quiz