Skip to content

Commit 21c2518

Browse files
committed
update
1 parent f26a559 commit 21c2518

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,11 @@ Contributions to this project must be accompanied by a Contributor License Agree
1010

1111
- Run a script to auto-generate files.
1212

13-
All problems have related topics, so you can put your solution in leetcode folder, these directories created by the problems tag. You need to see the problem of related topics or your method, and go to the directory, execute a script.
13+
such as `cd leetcode`
1414

15-
such as `cd leetcode/binary_search`
15+
and `../scripts/comments_cpp.sh https://leetcode.com/problems/find-minimum-in-rotated-sorted-array/`
1616

17-
and `../../scripts/comments_cpp.sh https://leetcode.com/problems/find-minimum-in-rotated-sorted-array/`
18-
19-
that will be auto-generate a folder and a cpp source file, if you want to create a python solution, just replace the comments_cpp.sh to comments_py.sh, now scripts support create cpp, python, go, java .
17+
that will be auto-generate a folder and a cpp source file, if you want to create a python solution, just replace the comments_cpp.sh to comments_py.sh, now scripts support create cpp, python, go, java.
2018

2119
- Syncing a fork
2220

0 commit comments

Comments
 (0)