- 下载Nodejs
# Using Ubuntu
curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -
sudo apt-get install -y nodejs
在 VScode 安装 Leetcode 的插件
安装 Leetcode-cli
sudo npm install -g leetcode-tools/leetcode-cli
-
切换到力扣中国(其实我也不知道这一步是不是必要,但由于我在刷剑指offer,只有力扣中国才有)
-
登录
--结语--
好的我刚发现VScode 上面的 Leetcode 没有剑指offer的题目,溜了溜了。