MuradMT / Graph_Implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Basic Graph Implementation with C# Programming Language

    Key concepts in Graphs:

  1. Node(Vertex)
  2. Edge
  3. Weight

    Graph types:

  1. directed/undirected
  2. weighted/unweighted

    Graph representation ways:

  1. Adjecency List
  2. Adjecency Matrix

Graphs are used in modern software development very much.The example usage of graphs is Facebook social network.

Graph_Implementation

About


Languages

Language:C# 100.0%