文件名称:leetcode2-Coding:稍微练习编码
文件大小:121KB
文件格式:ZIP
更新时间:2024-07-19 14:56:19
系统开源
leetcode 2 编码 为了提高我的编码技能,我在几个网站(codility、leetcode...)上做了一些练习。 创建这个 repo 的主要原因是我想记录这个过程中的所有“思想工作”。 ###如何贡献如果有人能加入我会很棒,所以请随时向这个存储库提出请求。 ######你需要做的很简单,比如: 1. fork this repository to your own github; 2. clone your forked repository to local; #git clone the-name-of-your-forked-repository 3. add upstream for your local repository #git remote add upstream https://github.com/PerthCharles/Coding.git 4. get the newest version of this repository #git pull upstream master 5. add new branch for your chang