Git Product home page Git Product logo

commuter's Introduction

==============================================================
                        How to run
==============================================================
(folder-root)$ java -cp ./out/production/CommuterRailRoad/ com.dipesh.proj.Main input.txt command.txt

where,
    1   input.txt is the weighted edges in graph
    2   command.txt is the list of commands


==============================================================
                    Command Structure
==============================================================

command.txt may have commands in following syntax

1) find distance of route
dist ABC

2) find shortest distance between two nodes
sdist AC

3) find number of different path/trips between two nodes with condition
trip AC node = 3
trip AC dist > 28

NOTE: Assumptions is that distance between nodes are only positive integer


==============================================================
                        Sample
==============================================================

-- sample input.txt --
AB5,BC4,CD8,DC8,DE6,AD5,CE2,EB3,AE7

-- sample command.txt --
dist ABC
dist AD
trip AC node = 4
sdist AC
dist ADC
dist AEBCD
dist AED
trip CC node <= 3
sdist BB
trip CC dist < 28

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.