How many types of self-referential recursive data are there in computer programs?
How many types of self-referential recursive data are there in computer programs? Correct Answer 2
There are two types of self-referential definitions and these are inductive and coinductive definitions. An inductively defined recursive data definition must have to specify how to construct instances of the data. For example, linked lists are defined as an inductively recursive data definition.
মোঃ আরিফুল ইসলাম
Feb 20, 2025