Skip to content

1.Representing a graph by an adjacency matrix using a two-dimensional array.2.Representing a graph by an adjacency list using a linked list.3. Representing a graph by an adjacency matrix using a one-dimensional array for storing only the elements of the lower triangle in the adjacency matrix

Notifications You must be signed in to change notification settings

cheryl06/Optimization-Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1. In q1_dijkstra.c - Node 1-> 1
2. In q2_dijkstra.c - Node 1-> 0 
3. In q3_dijkstra.c - Node 1-> 1
4. In q1_floyd.c    - Node 1-> 0
5. In q2_floyd.c    - Node 1-> 0
6. In q3_floyd.c    - Node 1-> 0

About

1.Representing a graph by an adjacency matrix using a two-dimensional array.2.Representing a graph by an adjacency list using a linked list.3. Representing a graph by an adjacency matrix using a one-dimensional array for storing only the elements of the lower triangle in the adjacency matrix

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages