dsalglib icon indicating copy to clipboard operation
dsalglib copied to clipboard

fix broken Graph

Open moghya opened this issue 7 years ago • 2 comments

moghya avatar Oct 23 '17 09:10 moghya

Can you please elaborate?

ssumukh avatar Oct 23 '17 10:10 ssumukh

@nonejk aim is to implement generic template for graph in c++ without using any library function.

I tried to do that but could not complete it. The part of having id to every object and then managing objects using the id is what I stucked upon.

Today on giving it thought I came up with solution of using hash function to calculate hash value for objects and then use value as id.

Please go through the library and understand the design.

Thanks for considering this issue :)

moghya avatar Oct 23 '17 16:10 moghya