An open API service indexing awesome lists of open source software.

https://github.com/techno-coder/envisage

Data structure visualisation tool
https://github.com/techno-coder/envisage

data-structures graph-theory informatics visualisation

Last synced: about 2 months ago
JSON representation

Data structure visualisation tool

Awesome Lists containing this project

README

          

# Envisage
Data structure visualisation tool.

## Usage
Select a data structure from the menu. Paste in the data into the text box on the left.
The visualisation will update automatically.

### Copy Render Code
This button will copy a C++ function to the clipboard for printing
out the data structure from a variable.

## Adding a data structure
New data structures can added in the `structures` folder. Each data structure must contain:
- A code string that represents the C++ code that is copied to the clipboard
- A render function for parsing and rendering the input text

Additional files must also be appended to the index file body as a script.
If Typescript files are modified they must be recompiled.