120k views
3 votes
In computer science, what are two names that are used to describe data structures organized by association

1 Answer

3 votes

Answer:

Answer to the following question are,

  • Association list
  • Tables

Step-by-step explanation:

Because these are the two associations data structures.

  • Association List: are referred to that data type which contains the pair of the key and item in the Java Programming Language and Python Programming Language, it is called a dictionary data type.
  • Tables or Hash Tables: are referred to that data type which converts the keys into the integer value.
User Jiexishede
by
5.1k points