Merge Two Sorted Lists

I solved this Question on the first attempt. BUT ITS NOT RUN. When I read carefully I saw something linkNode().

Basically, LinkNode is a type of list. I learned 2 to 3 properties of LinkNode like ".val", "next", etc.

You can see my solution with brute Force attack.

And here's my Submission's Code














Comments