forked from algorithm-visualizer/algorithm-visualizer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdesc.json
More file actions
14 lines (14 loc) · 626 Bytes
/
desc.json
File metadata and controls
14 lines (14 loc) · 626 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"Scratch Paper": "Write down your own algorithm to be visualized!",
"Code written in the ...": {
"... top editor": "predefines data variables that will be shown in a visualizing module.",
"... bottom editor": "actually implements and visualizes the algorithm."
},
"References": [
"<a href='https://github.com/parkjs814/AlgorithmVisualizer/wiki/Tracer'>Documentation of Tracers</a>"
],
"Be our contributor": "If you like the visualized result of your code, you can add your code to the side menu via sending us a pull request!",
"files": {
"scratch_paper": "Write down your own algorithm!"
}
}