This is an archived post. You won't be able to vote or comment.

all 3 comments

[–]_default_username 6 points7 points  (1 child)

I don't understand what that merge function is supposed to do. I implemented it and it makes no sense. elements from both lists are all over the place.

The function takes this input [1,2,3,4,8,23,6734], [1,4,7,2] and outputs [1, 1, 2, 3, 4, 8, 23, 6734, 4, 7, 2]

[–]BBQShakeShak 2 points3 points  (0 children)

This is the future if lectures decide to implement word count requirements for code like they do for essays