☑Kizspy.me
Zoom
In this practical exam, you will demonstrate your understanding of Object-Oriented
Programming (OOP) and Data Structures using Python.
You are given a small dataset of famous Large Language Models (LLMS), each with a name,
the month it was released, and the year it was released.
Name
FLAN
Month
9
Year
2021
BERT
10
2018
Transformers
6
2017
ChatGPT
11
2022
GPT-3
5
2020
GPT
6
2018
GPT-2
2
2019
DeepSeek_R1
1
2025
GPT-40
3
2024
LLAMA
2
2023
Your tasks are split into two questions:
Q1. Linked List-Based Model Manager (File: PE SU25_Q1.py) [5 points]
1. Create a class Model with: [0.5 points]
Attributes: name, month, year
2. Create a class LLMLinkedListManager that includes: [3.5 points]
add_to_tail(model): Add a model to the end of the linked list [1 points]
+ 91%
Close