Coder Social home page Coder Social logo

xuzhikethinker / sccfinder Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 8.1 MB

A simple program for finding strongly connected components of a directed graph. User draws the graph with the mouse and each strongly connected component is coloured differently. It was developed for the Algorithms course at AUEB.

License: Other

sccfinder's Introduction

Description

With this application you can create a directed graph and find its strongly connected components via a user-friendly graphical interface (the vertices of different strongly connected components are drawn in different colors).
The application runs under Linux, Windows and other operating systems (Sun Java Virtual Machine required).  
 
A runnable JAR file is provided. You can run the application with the following command:
java -jar SCCFinder.jar (you can double right click SCCFinder.jar if your operating system is Windows)

You can also download and compile the source code:
1. Download source code
2. Unzip it
3. Move to the directory that you unzipped the source code
2. javac appLaunch.java 
3. java appLaunch

The application is written in Java and uses jung2 open source project which can be found in http://jung.sourceforge.net/.
Jung2 files included in cern, corejava, edu, hep, org (with some minor changes) folders and non-jung2 files included in mathgraph and graphviewer folders.

This software is open-source under the BSD license, see "license.txt" for more information.

Author: Voulimeneas Alexios - [email protected]

sccfinder's People

Contributors

balexios avatar

Watchers

 avatar  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.