answersLogoWhite

0

There are many types of trees:

- binary trees

- binary search trees

- B+ trees

- red-black trees

- AVL trees

- suffix trees

- and much more....

Each have different rules for adding a new element, removing an element, and searching for an element in the tree. Consequently, they all have different advantages and disadvantages.

User Avatar

Wiki User

13y ago

Still curious? Ask our experts.

Chat with our AI personalities

TaigaTaiga
Every great hero faces trials, and you—yes, YOU—are no exception!
Chat with Taiga
ViviVivi
Your ride-or-die bestie who's seen you through every high and low.
Chat with Vivi
RafaRafa
There's no fun in playing it safe. Why not try something a little unhinged?
Chat with Rafa
More answers

It depends on what kind of data. If you want to store integer numbers use short, int, long. If you have numbers with decimal point use float, and double. If you want to store characters use char. And in case if you want to store text use char* or char mytext[], and of course string.

User Avatar

Wiki User

15y ago
User Avatar

  1. Simple file manager.

  2. Classic relational b-tree.

  3. Hash index.

  4. Bitmap.

  5. Other columnar.

  6. Star.

  7. Geospatial r-tree.

  8. Hierarchy-of-arrays MOLAP.

  9. Inverted index.

  10. Classic full-text index.

  11. Classic linked-list.

  12. Classic object-oriented.

  13. Native XML (all).

  14. Trie.

  15. File plus calculated metadata (e.g., for still image).

  16. Simple key/value lookup.

User Avatar

Wiki User

13y ago
User Avatar

basically there are two types of data structure,

1) linear : array, stack, queue

2)non linear : linked list, tree...

User Avatar

Wiki User

13y ago
User Avatar

There are different types of data structures available. They include simple files, tables with different lengths, arrays with one length, linked lists, and index files.

User Avatar

Wiki User

10y ago
User Avatar

in depends on memory allocation array two types--

1.static

2.dynamic

in depends on dimension three type

1.single

2.2d

3.3d

User Avatar

Wiki User

14y ago
User Avatar

1. Stacks

2. Queues.

3. Linked lists.

4. Trees.

5. Graphs

User Avatar

Wiki User

13y ago
User Avatar

Set, Array, List, Tree, Heap

User Avatar

Wiki User

16y ago
User Avatar

Add your answer:

Earn +20 pts
Q: Types of array in data structures?
Write your answer...
Submit
Still have questions?
magnify glass
imp