Y13 Programming

Linked Lists

This website scaffolds an OCR-style Question using Python.

It includes:

Python Runtime: Loading...

Main Python Code

The code below provides:

Main code output will appear here.

Question 1(a)(i)

Task:

Test output will appear here.
Show model answer for 1(a)(i)

Question 1(a)(ii)

Task:

Test output will appear here.
Show model answer for 1(a)(ii)

Question 1(b)

Task:

Test output will appear here.
Show model answer for 1(b)

Question 1(c)

Task: Write an algorithm to create a new linkedList object with identifier createList, insert 10, 25, and 39 in this order, then output the contents of the list using the appropriate method.

Test output will appear here.
Show model answer for 1(c)