[2] 2-st-exercise #356

Merged
IvanBoy merged 28 commits from volkovva/2026-rff_mp:2-st-exercise into develop 2026-05-30 12:03:19 +00:00
Showing only changes of commit 238245c512 - Show all commits

View File

@ -1,4 +1,5 @@
import random as rnd
<<<<<<< HEAD
def ll_insert(head, name, phone):
new_node = {'name': name, 'phone': phone, 'next': None}
@ -59,4 +60,6 @@ def ll_list_all(head):
record += [(current['name'], current['phone'])]
current = current['next']
res = sort_records(record)
return res
return res
=======
>>>>>>> 221b0dbe36c30826c59c8721814c9bb881eafeee