Git Product home page Git Product logo

graph-cli's Introduction

graph-cli

Build: mvn clean package

Usage: java -jar target/graph-1.0-SNAPSHOT.jar graph.txt commands.txt

Description of Graph (graph.txt):

Format: [Node1][Node2][Distance]

AB5, BC4, CD8, DC8, DE6, AD5, CE2, EB3, AE7

Graph commands (commands.txt):

DISTANCE_OF_PATH ABC

DISTANCE_OF_PATH AD

DISTANCE_OF_PATH ADC

DISTANCE_OF_PATH AEBCD

DISTANCE_OF_PATH AED

TRIPS_BETWEEN_NODES CC STOPS <= 3 (Number of trips between node c and node c with maximum stops 3 nodes)

TRIPS_BETWEEN_NODES AC STOPS = 4 (Number of trips between node c and node c with 4 nodes stops)

DISTANCE_OF_SHORTEST_PATH AC

DISTANCE_OF_SHORTEST_PATH BB

TRIPS_BETWEEN_NODES CC DISTANCE < 30 (Number of trips between node c and node c with distance less than 30)

graph-cli's People

Contributors

tmessini avatar

Watchers

 avatar

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.