# EkkoProblemSet **Repository Path**: aijunhao/ekko-problem-set ## Basic Information - **Project Name**: EkkoProblemSet - **Description**: leetcode刷题笔记,没有题解,用puppeteer爬下来的内容 - **Primary Language**: TypeScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-30 - **Last Updated**: 2025-04-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # EkkoProblemSet ## 安装 ```shell # 全局安装 ts npm install -g typescript ts-node # 编译 ts 为 js tsx index.ts # 直接运行 ts,需要先安装 ts-node ts-node index.ts ```