forked from algorithm-visualizer/algorithm-visualizer
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Jason Park edited this page May 21, 2016
·
18 revisions
| Path | Description |
|---|---|
| /algorithm/category.json | This file contains the list of categories and their algorithms. |
| /algorithm/[category]/[algorithm]/desc.json | This file contains the description of the algorithm and the list of its examples. |
| /algorithm/[category]/[algorithm]/[example]/data.js | This file predefines data variables that will be shown in a visualizing module. |
| /algorithm/[category]/[algorithm]/[example]/code.js | This file actually implements and visualizes the algorithm. |