answersLogoWhite

0

What else can I help you with?

Related Questions

What is recursive association?

a recursive association - as a aggregation is a special form of association, so recursive aggregation can be called as recursive association ... AKASH SISODIYA ......IT ...


What are some words that end with oose?

caboose goose loose moose noose


What does the word recursive mean?

Something that is recursive is something that repeats.


Are all recursive programs non recursive?

None of them is, obviously.


What is the definition of recursive?

The term recursive refers to the recurrence or repetition.


What is set difference between recursive and recursively enumerable but not recursive?

All recursive Languages are recursively enumerable. But not all the recursively enumerable languages are recursive. It is just like NP complete.


Is 4 9 19 39 79 159 recursive?

no it is not recursive


Can you give me a sentence using the word aggregation?

The aggregation between a man and a woman is considered a marriage. The aggregation between a man and a woman is considered a marriage.


How do you put aggregation in a sentence?

The aggregation between a man and a woman is considered a marriage. aggregation means a group or mass of distinct or varied things, persons


What does recursive mean?

Recursive refers to using a rule or procedure that can be applied repeatedly.


What is an aggregation number?

An aggregation number is the number of molecules which are associated together to form a micelle.


Why recursive solution is better for tree traversal?

Because a tree is a recursive data-structure. It's easier to write (and easier to understand) a recursive program for handling it.