Всем привет! Кто мог бы помочь по данным пунктам с кодом? Как его напсиать
a) Write a function create_random_list( N, max ) that takes two integer values ‘N’ and ‘max’ as arguments and returns a linked list with N elements such that the elements have values in the range 0 to max.
b) Write a...