GithubHelp home page GithubHelp logo

aizen93 / large-interaction-networks Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 3.3 MB

Theorie des graphes - tous les algorithmes pratiques. Graph Theory - All practical Algorithms

License: Apache License 2.0

Java 98.54% CSS 1.46%
graph-algorithms java betweenness-centrality modularity shortest-path-algorithm edge-detection louvain-algorithm louvain-community-detection 3d-graphics javafx-application

large-interaction-networks's People

Contributors

aizen93 avatar lilyamel avatar

Watchers

 avatar

large-interaction-networks's Issues

Shortest Path between 2 nodes

Is your feature request related to a problem? No.
new feature, calculating shortest path between a source node and destination node using BFS algorithm

Describe the solution you'd like
Once the path is calculated, we draw it on the 2D scene and animate the edges so we can see the path clearly.

Describe alternatives you've considered
Using BFS algorithm or any other shortest path algorithm. Must be optimised tho, because some graphs are very big.

Additional context
Calculating shortest path between A and B is nice but what if we want to stop by a node before going to B? So as extra, Add the option of a stop node. For example we want to calculate shortest path between A and B but we must go through C.

Handling Memory heap space

TP4 Louvain's Algorithm Heapspace exception can be catched. This occurs when we handle graphs with more than 1 Millions nodes du to initialisation of the adjencency matrix, too much zeros that we can ignore by transforming the matrix double[][] into a Hashmap of Sets.

Shortest Path in 3D world

Calculate the shortest path between two nodes or between two nodes through a third node and show the result in the 3D world in real time.

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.