Relative Content

Tag Archive for javarecursionlinked-liststack-overflow

Getting stackoverlow error while executing a recursive function

Basically I’m trying to remove consecutive duplicate numbers in a Linked List using recursion. My code is working fine for smaller size of Linked Lists but getting stackoverflow error for bigger size Linked lists. I am not able to figure out what’s the issue. Can anybody help.