# DSAA **Repository Path**: wczhan/DSAA ## Basic Information - **Project Name**: DSAA - **Description**: Data Structures and Algorithms - **Primary Language**: TypeScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-09 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Data Structures and Algorithms for Javascript ## Prepare ```bash # install dependences npm install ``` ## scripts ```bash # run dev once npm run dec:once # dev npm run dev # build, files in folder './dist' npm run build ```