Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix broken Graph #8

Open
moghya opened this issue Oct 23, 2017 · 2 comments
Open

fix broken Graph #8

moghya opened this issue Oct 23, 2017 · 2 comments

Comments

@moghya
Copy link
Owner

moghya commented Oct 23, 2017

No description provided.

@ssumukh
Copy link

ssumukh commented Oct 23, 2017

Can you please elaborate?

@moghya
Copy link
Owner Author

moghya commented Oct 23, 2017

@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 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants