Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Exam (elaborations)

AQA A Level Computer Science 7517 : 3 - Fundamentals of Algorithms 2026/2027

Rating
-
Sold
-
Pages
3
Grade
A+
Uploaded on
05-05-2026
Written in
2025/2026

AQA A Level Computer Science 7517 : 3 - Fundamentals of Algorithms 2026/2027

Institution
WGU D078 - Business Environment
Course
WGU D078 - Business Environment

Content preview

AQA A Level Computer Science 7517 : 3
- Fundamentals of Algorithms 2026/2027



Binary Search Tree -Answer--A O(log(n)) algorithm to search a binary tree for a
particular item by traversing the tree in the right direction until the item is found.

Binary Search -Answer--A O(log(n)) algorithm to search a sorted list for a particular
item by repeatedly halving the sublist which could contain the item.

Breadth-First Traversal -Answer--A method of traversing a graph by using a queue to
visit all the neighbours of the current node before doing the same to each of the
neighbours until the entire graph has been explored.

Bubble Sort -Answer--A O(n2) sorting algorithm that iterates through a list,
comparing each element to its successor and swapping elements if the successor is
greater than the current element. This is repeated until no more swaps can be made.

Depth-First Traversal -Answer--A method of traversing a graph by using a stack to
travel as far along one route as possible and then backtracking and doing the same
for the remaining routes until the entire graph has been explored.

Dijkstra's Shortest Path Algorithm -Answer--An algorithm to find the shortest path
between two nodes on a graph by using a priority queue to keep track of the shortest
distance (cost) to each node from the starting node until the destination node is
found.

In-Order Traversal -Answer--A traversal in the order: traverse the left subtree,
visit/pop the node then traverse the right subtree.

Infix Notation -Answer--A mathematical notation where the operator is written
between the operands.

Linear Search -Answer--A O(n) algorithm to search a list for a particular item by
iterating through the list and checking each element until the required item is located,
or the end of the list is reached.

Merge Sort -Answer--A O(n log(n)) divide-and-conquer sorting algorithm that
recursively halves the list into sublists until all sublists are of length 1. The sublists

Written for

Institution
WGU D078 - Business Environment
Course
WGU D078 - Business Environment

Document information

Uploaded on
May 5, 2026
Number of pages
3
Written in
2025/2026
Type
Exam (elaborations)
Contains
Questions & answers

Subjects

  • aqa a level
$19.99
Get access to the full document:

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF

Get to know the seller
Seller avatar
ngatiaderrick7

Get to know the seller

Seller avatar
ngatiaderrick7 Chamberlain College Nursing
View profile
Follow You need to be logged in order to follow users or courses
Sold
-
Member since
2 year
Number of followers
0
Documents
270
Last sold
-

0.0

0 reviews

5
0
4
0
3
0
2
0
1
0

Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions