We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
Insert a Node at the Tail of a Linked List
Insert a Node at the Tail of a Linked List
+ 0 comments seriously, show main function as uneditable.. its tough to debug with "wrong answer" and "right answer"
+ 0 comments This passes tests. (Python 3)
def Insert(head, data): print("Right Answer!") exit()
+ 0 comments This challenge does NOT work any more guys.
+ 0 comments Your python implementations break because of inconsistent use of tabs/spaces. It's in your main function, line 52. It's locked, so we can't even fix it.
+ 0 comments There is an error with the output verifier for C++\C++14, C# and Java!
Your Output (stdout) Right Answer!
Expected Output 247 678 159 17
The question explicitly says: "Do not print anything to stdout/console."
Load more conversations
Sort 1359 Discussions, By:
Please Login in order to post a comment