Giter Site home page Giter Site logo

rostam / gtea Goto Github PK

View Code? Open in Web Editor NEW
4.0 7.0 4.0 7.39 MB

Online version of GraphTea

Home Page: http://www.graphtheorysoftware.com/

Java 51.26% HTML 0.38% MATLAB 0.01% CSS 0.34% JavaScript 47.99% Shell 0.01% Pug 0.01% Sass 0.01%
visualization graph algorithms gtea json js-client

gtea's Introduction

GTea

Welcome to the GTea repository! GTea is the online version of GraphTea, an open-source software designed for high-quality standards and released under the GPL license. It serves as a perfect tool for students, teachers, researchers, game developers, and many more.

GraphTea is available at www.graphtheorysoftware.com. For more details about the source code and issue tracker, please visit our GitHub page.

Architecture

GTea operates on a Java server, which receives requests from the server and passes them to the GraphTea model. The results, which can be a graph, number, or string, are packed into a JSON and sent back to the JavaScript (JS) client. The JS client, which has been completely rewritten, handles the received JSON based on the selected actions.

Publications

Several publications have utilized GTea, which can be found on my website.

Hosting

GTea is temporarily hosted at http://csc.inf-ra.uni-jena.de/server/index.html.

Contributing

Contributions are always welcome! If you have any suggestions or want to contribute to the code, feel free to open an issue or submit a pull request.

License

GTea is open-source and released under the GPL License.

gtea's People

Contributors

alexcregten avatar azinazadi avatar dependabot[bot] avatar hkh515 avatar rostam avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

gtea's Issues

Chromatic number is never 1

Given a disconnected graph, or just a single vertex graph, it reports the chromatic number as 2, should be 1.

Bipartite algorithm does not work for undirected

Given an undirected algorithm with nodes 0 and 1, with an edge from 0 to 1, it works fine.
But when the edge is from 1 to 0 it says the graph is not bipartite, we tested this in GraphTea as well
and it is also occurs there.

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.