Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ledif/kla-visualizer
Visualization of k-level-asynchronous breadth-first search.
https://github.com/ledif/kla-visualizer
Last synced: about 1 month ago
JSON representation
Visualization of k-level-asynchronous breadth-first search.
- Host: GitHub
- URL: https://github.com/ledif/kla-visualizer
- Owner: ledif
- Created: 2014-08-14T15:15:43.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-16T18:53:44.000Z (almost 10 years ago)
- Last Synced: 2024-03-17T23:50:53.279Z (10 months ago)
- Language: JavaScript
- Size: 2.25 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![Imgur](http://i.imgur.com/TfgNaXv.png)
kla-visualizer
==============Visualization of k-level-asynchronous breadth-first search.
For a demo, check out http://kla.herokuapp.com/.
The k-level-asynchronous graph paradigm is described in detail in [1].
[1] Harshvardhan, Adam Fidel, Nancy M. Amato, and Lawrence Rauchwerger. 2014. KLA: a new algorithmic paradigm for parallel graph computations. In Proceedings of the 23rd international conference on Parallel architectures and compilation (PACT '14). ACM, New York, NY, USA, 27-38. DOI=10.1145/2628071.2628091 http://doi.acm.org/10.1145/2628071.2628091
Requires
------- node.js
- express, morganTo install the correct npms:
```
npm install
```Run
------
```
node web.js
```
Usage
------
Point your web browser to http://localhost:8080