Published onFebruary 28, 2023Rearrange Last Ngodata-structurelinked-listGiven a singly linked list of integers l and a non-negative integer n, move the last n list nodes to the beginning of the linked list.
Published onFebruary 2, 2023Single linked list palindromegodata-structurelinked-listHow to determine whether or not the single linked-list is a palindrome