Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lacop/alg-vis-old2
https://github.com/lacop/alg-vis-old2
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/lacop/alg-vis-old2
- Owner: lacop
- License: gpl-3.0
- Created: 2014-03-01T10:01:03.000Z (almost 11 years ago)
- Default Branch: cacheoblivious
- Last Pushed: 2014-04-17T13:16:21.000Z (almost 11 years ago)
- Last Synced: 2023-03-10T23:08:20.163Z (almost 2 years ago)
- Language: Java
- Size: 7.11 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
![Gnarley trees](http://people.ksp.sk/~kuko/img/gnarley.png)
----------------------------------Gnarley trees is a project focused on visualization of various tree data structures. It contains dozens of data structures, from balanced trees and priority queues to union find and stringology.
See the [web page](http://people.ksp.sk/~kuko/gnarley-trees/).Development
-----------
* in eclipse, go to preferences, java, code style, formatter, and use the algvis-format.xml
* in intellij idea, install the external eclipse formatter plugin and again, use the algvis-format