-
Notifications
You must be signed in to change notification settings - Fork 0
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
cheryl06/Optimization-Algorithm
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
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 0
No packages published