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

Revamp the Base Class for graph representation #13

Open
yashrsharma44 opened this issue Dec 5, 2020 · 0 comments
Open

Revamp the Base Class for graph representation #13

yashrsharma44 opened this issue Dec 5, 2020 · 0 comments
Labels
Beginner Good for newcomers help wanted Extra attention is needed new-feature New feature request

Comments

@yashrsharma44
Copy link
Member

Currently, we use the graph_base.js as a base class for Graph Objects. Different Algorithms use this class for creating a graph object using the public methods that we have currently. However, the internal implementation of graph methods is really obfuscated/complex, which makes it tough to understand and maintain.

Simplify the internal implementation of the graph object.

Before solving the issue, please discuss a small implementation approach before sending in a PR.

@yashrsharma44 yashrsharma44 added Beginner Good for newcomers help wanted Extra attention is needed new-feature New feature request labels Dec 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Beginner Good for newcomers help wanted Extra attention is needed new-feature New feature request
Projects
None yet
Development

No branches or pull requests

1 participant