# book-introduction-to-algorithms **Repository Path**: sn-yang/book-introduction-to-algorithms ## Basic Information - **Project Name**: book-introduction-to-algorithms - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-01 - **Last Updated**: 2021-01-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Booknotes: Introduction to Algorithms 提供了 CLRS 的 typescript 实现。 ## Test - Test All ```sh npm run jest ``` - Test the current file `F1` -> `Tasks: Run Task` -> `Jest Current File` or ```sh ts-node ./node_modules/jest/bin/jest ``` - Debug the current test file `Debug` -> `Jest`