Which of the abstract data type can be used to represent to many to many relation?

1 answer

Answer

1166052

2026-04-22 04:05

+ Follow

A graph is an abstract data type that can effectively represent many-to-many relationships. In a graph, nodes (or vertices) represent entities, while edges represent the connections or relationships between them, allowing for multiple connections between different nodes. This structure is ideal for modeling complex relationships, such as social networks or collaborative systems, where numerous entities interact with one another in various ways.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.