Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 388 Bytes

File metadata and controls

28 lines (20 loc) · 388 Bytes

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.