Source : https://www.hackerrank.com/challenges/insert-a-node-at-the-head-of-a-linked-list
This challenge is part of a tutorial track by MyCodeSchool and is accompanied by a video lesson.
You’re given the pointer to the head node of a linked list and an integer to add to the list. Create a new node with the given integer, insert this node at the head of the linked list and return the new head node. The head pointer given may be null meaning that the initial list is empty.
Input Format
You have to complete the SinglyLinkedListNode Insert(SinglyLinkedListNode head, int data)
method which takes two arguments - the head of the linked list and the integer to insert. You should NOT read any input from stdin/console.
The input is handled by code in the editor and is as follows:
The first line contains an integer , denoting the number of elements to be inserted at the head of the list.
The next lines contain an integer each, denoting the element to be inserted.
Constraints
Output Format
Insert the new node at the head and return
the head of the updated linked list. Do NOT print anything to stdout/console.
The output is handled by the code in the editor and it is as follows:
Print the elements of linked list from head to tail, each in a new line.
Sample Input
5383484392975321
Sample Output
321975392484383
Explanation
Intially the list in NULL. After inserting 383, the list is 383 -> NULL.
After inserting 484, the list is 484 -> 383 -> NULL.
After inserting 392, the list is 392 -> 484 -> 383 -> NULL.
After inserting 975, the list is 975 -> 392 -> 484 -> 383 -> NULL.
After inserting 321, the list is 321 -> 975 -> 392 -> 484 -> 383 -> NULL.
Source : https://www.hackerrank.com/challenges/insert-a-node-at-the-head-of-a-linked-list
Solution
// Karthikalapati.blogspot.com | |
/* | |
Insert Node at the beginning of a linked list | |
Node is defined as | |
class Node { | |
int data; | |
Node next; | |
} | |
*/ | |
Node Insert(Node head, int x) { | |
Node n = new Node(); | |
n.data = x; | |
n.next = head; | |
return n; | |
} |
It is fine, nonetheless evaluate the information and facts around this correct. Easy Drawing
ReplyDeleteI read this article. I think You put a lot of effort to create this article. I appreciate your work. ibrahimmuratgündüz
ReplyDeleteAcknowledges for penmanship such a worthy column, I stumbled beside your blog besides predict a handful advise. I want your tone of manuscript... ibrahim murat gündüz haber
ReplyDeleteI have a similar interest this is my page read everything carefully and let me know what you think. h1000 powder
ReplyDeleteI invite you to the page where you can read with interesting information on similar topics. Freska skin lounge
ReplyDeleteGood vidio bokep jepang
ReplyDeleteGood hodgdon h1000 powder in stock
ReplyDelete