Computer Science, asked by StarTbia, 1 year ago

Which models are best suited for recursive data?

Answers

Answered by SINGHisKING11
1
For a more adequate representation of such ' complex' data objects, generalized ' RECURSIVE DATA MODELS' are proposed.

SINGHisKING11: i hope this may help you
SINGHisKING11: if it would help u please Mark me brainliest
SINGHisKING11: get lost
Answered by Sidyandex
0

Stack data structure model is perfect for the recursive data. In Stack data structure, the functional calls are executed as Last in First Out Order and it is the perfectly suited method for recursive data.

The recursive data refers to the different values which are of same type.

It is also called as inductive data type.

Similar questions