Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 309 Bytes

File metadata and controls

7 lines (4 loc) · 309 Bytes

A Common Sense Guide to Data Structures and Algorithms by Jay Wengrow

Exercises, examples, plus a webapp to learn and play with interactive widgets and Manim animations.

Run the webapp using Docker

First build the image with docker build -t dsa-app . and then run docker run -p 3000:3000 dsa-app.