![]() |
List of List Program
/* In this program I have used an array of pointers and try to link every element of that with the node of same type but can't able to get the desired output....This program was written with the intention of storing a graph without using array for storing adjacency matrix....:confused:...but cant find a proper solution :nonod:..kindly help*/
Code:
#include<malloc.h> |
Re: List of List Program
What input did you give the program?
What output did you get? What output did you expect? |
Re: List of List Program
Code:
//I found the solution....Thanks for your reply:nice: |
Re: List of List Program
Code:
//This has more functionalities.....it can search whether two vertices are connected or not :smug::D |
Re: List of List Program
Please use code blocks when posting code; it retains the formatting and makes it a lot easier to read.
|
| All times are GMT +5.5. The time now is 05:16. |