2. Create a class LLM LinkedListManager that includes: [3.5 points]
☑Kizspy.me
add_to_tail(model): Add a model to the end of the linked list [1 points]
delete_by_name(name): Search and remove the first node with the given name[1
points]
sort_by_year: Sort models in increasing order of year by swapping data
between nodes (no pointer changes][1 points]
display: Print each model in the format: Name - Month/Year [0.5 points]
3. Write a test in the same file:[1 points, 0.2 for each]
● Add all models from the reference table using add_to_tail
Sort the linked list by year

Display the sorted list
Delete model "BERT" using delete_by_name("BERT")
Zoom
+ 91%
Close