Rotate a doubly linked list in group of given size

1 min read

https://www.geeksforgeeks.org/reverse-doubly-linked-list-groups-given-size/

Rotate DLL by N nodes
Can we reverse a linked list in less than O(n)?