Skip to content

A webapp for learning how to manipulate data structures with code.

License

Notifications You must be signed in to change notification settings

SethPoulsen/data-structures-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Structures Playground

A webapp for learning how to manipulate data structures with code.

Right now this is in a very early alpha stage. Please contact me at [email protected] if you would like to contribute in some way.

Building

First install node and npm (see the official node website for instructions). Then install webpack and dependencies with

$ npm install -g webpack webpack-cli
$ npm install

and then compile the project with

$ webpack

This webpack process will build once (should only take a few seconds), then remain running to watch if you change files. When you change a file, it will recompile very quickly.

Start a server in the root of the repository with

$ python3 -m http.server 8000

or your other favorite local server (here are some other examples).

Open your browser to localhost:8000 (or whichever port you put the site on).

Enjoy!

About

A webapp for learning how to manipulate data structures with code.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published