☑Kizspy.me
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")
Display the updated list
Zoom
Q2. Binary Search Tree Model Manager (File: PE SU25 Q2.py)
+ 85%
Close