Skip to content

Allows an adjacency table to be rendered as a tree for easy visualization

License

Notifications You must be signed in to change notification settings

ferzerkerx/TreeInspector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TreeInspector

Build Status Quality Gate

Displays an adjacency list as a tree and adds some controls to it

alt text

File specs

  • File needs to be located under TreeInspector/src/main/resources/com/ferzerkerx/tree_inspector/service/tree_data.txt
  • Format:
    • the first line indicates the # of adjanencies to find
    • the rest of the lines indicate an adjacency
    • Example:
3     # 3 adjacencies
4 50  # 4 --> 50
4 145 # 4 --> 145
5 53  # 5 --> 53

Build:

mvn clean jfx:jar

Run:

java -jar target/jfx/app/TreeInspector-1.0-jfx.jar

About

Allows an adjacency table to be rendered as a tree for easy visualization

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages