- Web Page made by react
Data Structure Visualization Web Frontend with npm package 'js_dsal'
The purpose of this project is to analyze arbitrary javascript code and visually show how the methods of 'js_dsal' works during the program execution.
In addition, when the methods of 'js_dsal' is executed, it shows the state of the data in memory and it can visually check the static state of the class of 'js_dsal' among the data.
It can act as a kind of debugger by tracking the state of the data.
User can write down code using 'js_dsal' and JSON data.
User can arbitrary select one of the method lists to confirm the operation.
Below is the webpage of this project
Below is 'js_dsal' library documentation
yarn build
Precaution
For deploy webpage, you should change the package.json homepage to "."
If not, the relative path makes error.
npm start
- List
- pushBack
- popBack
- pushFront
- popFront
- push
- pop
- push
- pop
- push
- pop
- insert
- insert
- insert
- insert