Page 1 of 1

Consider a non-empty doubly linked list (at least two elements) pointed by 'start' (start is not NULL). Write an algorit

Posted: Mon Jun 06, 2022 6:15 pm
by answerhappygod
Consider a non-empty doubly linked list (at least two elements) pointed by 'start' (start is not NULL). Write an algorithm to split the list into two, containing all odd positioned elements in first list and all odd positioned elements in the second list.