Graph Test (experimental)

This Java application reads a graph (a file with the list of adjacencies, see the Hoffman-Singleton graph example) and computes the degree and diameter. The file must be accessible by HTTP or in a local computer readable by the web browser.

If the file is accessed via web there is need to install the certificate, to authenticate the code and provide the necessary file privileges. Once installed the page must be reloaded (in some cases all the process is done automatically). The Java applet might not work in some browsers. However it has been tested successfully in Netscape, Explorer and Firefox (Windows XP) and also in Safari (Mac OS X).
This applet is the work for a Final Project at UPC (EPSC) by Francesc Morant under the supervision of Francesc Comellas.