# leetcodeNotes **Repository Path**: kphang/leetcodeNotes ## Basic Information - **Project Name**: leetcodeNotes - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-04-19 - **Last Updated**: 2022-04-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # KpHang's Leetcode Notes > 主要以算法思想为主,每道题可能有多种语言解法,记录刷题过程中的笔记; --- > **力扣官方做题时就有笔记本功能,为了加快做题效率,咱不更新此项目,使用官方做题本记录;** --- **详情查看`./docs/README.md`** 剑指Offer题库的预准备工作: - 改功能已完成,请查看:[剑指Offer页面setup及做题的预处理工作自动化 · Issue #8 · KpiHang/leetcodeNotes (github.com)](https://github.com/KpiHang/leetcodeNotes/issues/8) - Eg:`python offerauto.py https://leetcode-cn.com/problems/bao-han-minhan-shu-de-zhan-lcof/` - 如果剑指Offer题目与LeetCode的题目有关联可以使用: ```shell # 138指:剑指offer题目对应的LeetCode题号! python offerauto.py https://leetcode-cn.com/problems/fu-za-lian-biao-de-fu-zhi-lcof/ 138 ```