You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: