Accepted JS solutions to the following Linked List Problems provided in HackerRank / Leetcode platform.
- Print the Elements of the List
- Insert a Node at the Tail of a Linked List
- Insert a node at the head of a linked list
- Insert a node at a specific position in a linked list
- Delete a Node
- Print in Reverse
- Reverse a linked list
- Compare two linked lists
- Merge two sorted linked lists
- Get Node Value
- Delete duplicate-value nodes from a sorted linked list
- Inserting a Node Into a Sorted Doubly Linked List
- Reverse a doubly linked list.
- Cycle detection
- Palindrome Linked List
- Middle of the Linked List
- Reverse Linked List - reverse the nodes between the 2 given positions in a linked list.
- Intersection of Two Linked Lists
- Reorder Linkedlist
- Remove Nth Node From End of List