Giter Club home page Giter Club logo

Comments (4)

evolve75 avatar evolve75 commented on August 25, 2024

The Gem does not explicitly support graphs, as this feature requires cycle detection functionality. However, it should be relatively easy to make it happen (the nodes can refer to other nodes in the tree.

from rubytree.

itsSaad avatar itsSaad commented on August 25, 2024

will it be easy to run dijkstras algo on it?

from rubytree.

evolve75 avatar evolve75 commented on August 25, 2024

Perhaps or depends. If you are trying to depict the graph itself, then do remember that the gem does work on a node-by-node basis, but some of the methods assume that it is a Tree (i.e., there is a ROOT, child nodes, etc.), whereas what you need is pure nodes with a peer relationship, not the hierarchical one that a tree imposes.

However, I think it will be possible to use RubyTree as a graph as well, provided the cycle detection is handled by the client code. It will actually be very interesting to check this out.

On the other hand, if you are trying to use RubyTree as a scratch-space during the length computations for Dijkstra's algorithm, then it is an immediate fit (though a stack or a heap would also work equally well).

from rubytree.

itsSaad avatar itsSaad commented on August 25, 2024

thanks for your help.

from rubytree.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.