1. Write a Java Program to Insert the Specified Element at the Specified Position in the LinkedList
View Solution2. Write a Java Program to Insert some Elements at the Specified Position into a LinkedList
View Solution3. Write a Java Program to Insert Elements into the LinkedList at the First and Last position
View Solution4. Write a Java Program to Append the Specified Element to the end of a LinkedList
View Solution5. Write a Java Program to Insert the Specified Element at the Front of a LinkedList
View Solution6. Write a Java Program to Iterate through all Elements in a LinkedList
View Solution7. Write a Java Program to Get the First and Last Occurrence of the Specified Elements in a LinkedList
View Solution8. Write a Java Program to Insert the Specified Element at the end of a LinkedList
View Solution9. Write a Java Program to Iterate a LinkedList in Reverse Order
View Solution10. Write a Java Program to Iterate through all Elements in a LinkedList starting at the specified position
View Solution11. Write a Java Program to Retrieve but does not Remove, the Last Element of a LinkedList
View Solution12. Write a Java Program to Check if a Particular Element exists in a LinkedList
View Solution13. Write a Java Program to Convert a LinkedList to ArrayList
View Solution14. Write a Java Program to Compare Two LinkedList
View Solution15. Write a Java Program to test an LinkedList is Empty or Not
View Solution16. Write a Java Program to Replace an Element in a LinkedList
View Solution17. Write a Java Program to Retrieve but does not Remove, the First Element of a LinkedList
View Solution18. Write a Java Program to Remove and Return the First Element of a LinkedList
View Solution19. Write a Java program to clone an linked list to another linked list
View Solution20. Write a Java program to join two linked lists
View Solution21. Write a Java program to display the elements and their positions in a linked list
View Solution22. Write a Java program to remove a specified element from a linked list
View Solution23. Write a Java program to remove first and last element from a linked list
View Solution24. Write a Java program to remove all the elements from a linked list
View Solution25. Write a Java program of swap two elements in a linked list
View Solution26. Write a Java program to shuffle the elements in a linked list
View Solution27. Write a Java program to find the middle element of a singly linked list in one pass
View Solution28. Write a Function Reverse the nodes of a linked list
View Solution29. Write a function to delete a Linked List
View Solution30. Write a Java program to Merge a linked list into another linked list at alternate positions
View Solution31. Write a Java program to Delete N nodes after M nodes of a linked list
View Solution32. Write a Java program to Rotate a Linked List
View Solution33. Write a Java program to Reverse alternate K nodes in a Singly Linked List
View Solution34. Write a Function to check if a singly linked list is palindrome
View Solution35. Write a Add two numbers represented by linked lists | Set 2
View Solution36. Write a Java program to demonstrate the spliterator() method of LinkedList
View Solution37. Write a Java program to find out whether that element exist in a LinkedList or not. If it exist retrieve the position of that element?
View Solution38. Write a Java program to traverse the elements of a LinkedList in reverse direction
View Solution39. Write a Java program to join an ArrayList at the end of a LinkedList
View Solution40. Write a Java program to which implements LinkedList as a Queue (FIFO)
View Solution41. Write a Java program to Insert an element at the head and tail of a LinkedList
View Solution42. Write a Java program to Add an element or collection of elements at a specific position of a LinkedList
View Solution43. Write a Java program to Remove the elements of a LinkedList from both the ends
View Solution44. Write a Java program to Replace an element at a specific position of a LinkedList with the given element
View Solution45. Write a Java program to Retrieve but not remove the elements of a LinkedList from both the ends
View Solution46. Write a Java program to Retrieve and remove and only retrieve an element from specific position of a LinkedList
View Solution47. Write a Java program to Get the number of elements in a LinkedList
View Solution48. Write a Java program to Remove the first occurrence and last occurrence of a given element in a LinkedList
View Solution49. Write a Java program to use LinkedList as Stack (LIFO)
View Solution50. Write a Java program to Get the position of last occurrence of a given element in a LinkedList
View Solution51. Write a Java program to Create a LinkedList collection of objects of a class
View Solution52. Write a Java program to Create a LinkedList with different types of items
View Solution53. Write a Java program to Remove the last occurrence of a specified item from the LinkedList
View Solution54. Write a Java program to pop items from the stack represented by the LinkedList
View Solution55. Write a Java program to Retrieve and Remove the tail/last item from the LinkedList
View Solution56. Write a Java program to Retrieve and Remove the head item from the LinkedList
View Solution57. Write a Java program to Get the last item from the LinkedList without removing it
View Solution58. Write a Java program to Get the head item from the LinkedList without removing it
View Solution59. Write a Java program to Insert an item at the last of LinkedList using the offerLast() method
View Solution60. Write a Java program to Add an item to the tail of LinkedList
View Solution61. Write a Java program to Get the last item from LinkedList collection using getLast()
View Solution62. Write a Java program to Get the first item from LinkedList collection using getFirst()
View Solution63. Write a Java program to Check whether an item exists in the LinkedList collection or not
View Solution64. Write a Java program to Insert an element at the end of the LinkedList collection
View Solution65. Write a Java program to Add LinkedList collection into another LinkedList collection on the specified index
View SolutionLearn All in Tamil © Designed & Developed By Tutor Joes | Privacy Policy | Terms & Conditions