Java Algorithm – Find the middle of a given linked list – Linked List – Given a singly linked list, find middle of the linked list
Singly Linked List
Python Programming – Write a function to get Nth node in a Linked List – Linked List – Write a GetNth() function that takes a linked list and an integer
Java Programming – Write a function to get Nth node in a Linked List – Linked List – Write a GetNth() function that takes a linked list and an integer index
C Programming – Write a function to get Nth node in a Linked List – Linked List – Write a GetNth() function that takes a linked list and an integer index
Python Algorithm – Swap nodes in a linked list without swapping data – Linked List – Given a linked list and two keys in it, swap nodes for two given keys
Java Algorithm – Swap nodes in a linked list without swapping data – Linked List – Given a linked list and two keys in it, swap nodes for two given keys
C Algorithm – Swap nodes in a linked list without swapping data – Linked List – Given a linked list and two keys in it, swap nodes for two given keys
How to write C functions that modify head pointer of a Linked List? – Linked List – Consider simple representation (without any dummy node)
C Algorithm – Search an element in a Linked List both Iterative and Recursive – Linked List – Write a C function that searches a given key ‘x’ in a given
Java Algorithm – Search an element in a Linked List both Iterative and Recursive – Linked List – Write a C function that searches a given key ‘x’ in a given