Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

samples

install dependecies

npm i

usages

see *.test.js files under data-struct-js/examples/src

see result

run

npm start

to directly start in browser, or

npm run build

then open dist/index.html in chrome.

press F12 to show console panel.

click Data-Structure Buttons to run examples.
the result will display in page.