answersLogoWhite

0

What is a complex data structure?

Updated: 11/2/2022
User Avatar

Wiki User

9y ago

Best Answer

A complex data structure is the kind of structure that has two arrays. One array hols the real part of the complex data and the other array holds the imaginary part.

User Avatar

Wiki User

9y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is a complex data structure?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the most complex structure in the body?

Most Complex Structure in the Universe is Your Brain


What are the subject-matters of data structure?

types of data structure types of data structure


How do you amend a data structure?

How do you amend a data structure?


The need for complex data structures?

Explain the need for complex data structures


What is the structure is Maya?

they had very complex structure


What is homogeneous data structure?

collection of dissimilar type of data is called non homogeneous data structure as for example structure .


What is the difference between allocation and search data structure?

difference between serch data structure and allocation data structure


What is the weakness of Data structure diagram?

weakness of data structure diagrams


What is a homogeneous data structure and why is this a weakness for RDBMS?

in homogeneous data structure all the elements of same data types known as homogeneous data structure. example:- array


What are different kinds of sentence according to structure?

Sentence according to structure are: simple, compound, complex and compound-complex.


How do you copy only structure and not data?

To copy a structure you simply allocate the amount of memory required to store the structure. For simple data structures like arrays that's all you need to do (leaving the memory uninitialised or set to some default value such as zero). But for complex structures like lists, trees and graphs, you need to recreate the links between the nodes within the allocated memory. If the original structure is not allocated in contiguous memory, this can be more trouble than it is actually worth. A simpler approach would be to rebuild the structure one node at a time, using the node's default value for the data. This can be simplified further by separating the data from the structure, so that the structure simply refers to the data rather than stores the data.


Which data structure used in database?

You create your own data structure in database.