What data structure would you mostly likely see in a non recursive implementation of a recursive algorithm? Data Structures 4 May 2020StudyBlocksLeave a Comment on What data structure would you mostly likely see in a non recursive implementation of a recursive algorithm?(a) LinkList(b) Stack(c) Queue(d) Tree