Representation of Graphs

rama_krish627

rama_krish627

@rama-krish627-LuiiO6 Oct 17, 2024
Hi CEans.
can you tell me how to represent graphs in data structure?

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • Raviteja.g

    Raviteja.g

    @ravitejag-02nJVr Mar 1, 2009

    hi ramakrishna,
    the representation of graphs in data structures can be done in two ways
    1:linked representation using linked list
    2:matrix representation using arrays