Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 901 Bytes

File metadata and controls

15 lines (11 loc) · 901 Bytes

Gnarley trees

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.

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

Code Coverage: CircleCI Coverage Status