# LeetCodeACByJS **Repository Path**: hbczmxy/LeetCodeACByJS ## Basic Information - **Project Name**: LeetCodeACByJS - **Description**: 记录了ViolenceJack的LeetCode刷题心得 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-27 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # LeetCode AC By JavaScript 记录自己刷 LeetCode 的代码~ 算法虐我千百遍,我待算法如初恋 :) ## LeetCode 中文(力扣) https://leetcode-cn.com/ ## 刷题心得 * [LeetCode 算法题刷题心得(JavaScript)](https://www.jianshu.com/p/8876704ea9c8) (两年前的刷题心得) * 再刷一两百题后再来一弹~ ## Solutions 一般我是直接在 `0001.js` 文件中写题解,然后用 node 来运行。 其中的面试题是 `M29.js` 这种…… ```bash cd Solutions node 0001.js ``` ## 最后 欢迎提出问题和建议,让我们共同学习!