# fxss-leetcode **Repository Path**: fxss5201/fxss-leetcode ## Basic Information - **Project Name**: fxss-leetcode - **Description**: leetcode 算法集用于记录 leetcode 算法和平常想到的一些算法题,可以在 test 目录使用 vitest 测试,并以 vitepress 文档进行展示。 - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: main - **Homepage**: https://fxss5201.github.io/fxss-leetcode/ - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2024-07-11 - **Last Updated**: 2025-04-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: LeetCode ## README # fxss-leetcode 算法 [![Coverage Status](https://coveralls.io/repos/github/fxss5201/fxss-leetcode/badge.svg?branch=main)](https://coveralls.io/github/fxss5201/fxss-leetcode?branch=main) [国内展示网址](https://www.fxss.work/fxss-leetcode/) 其他网址: - 低代码: - Vue组件: - 个人博客: - web库: leetcode 算法集用于记录 leetcode 算法和平常想到的一些算法题,使用 vitest 测试,并以 vitepress 文档进行展示。 安装项目: ```sh npm i ``` 测试算法: ```sh npm run test ``` 文档展示: ```sh npm run docs:dev ``` 由于每次需要创建的文档比较多,所以专门增加了命令行创建、删除文件: 创建文件: ```sh npm run add ``` 按照命令行输入选择,可以直接创建代码段文件、测试文件、文档文件。leetcode 代码段标题以数字序号开头的,会自动排序。 删除文件: ```sh npm run rm ``` 按照命令行输入选择,删除所有相关文件。