Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 0e21b9a

Browse files
move two paragraphs to the bottom at README.md
1 parent 0cb5b9e commit 0e21b9a

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

README.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,6 @@ _If you like this project, please leave me a star._ ★
44

55
> ["For coding interview preparation, LeetCode is one of the best online resource providing a rich library of more than 300 real coding interview questions for you to practice from using one of the 7 supported languages - C, C++, Java, Python, C#, JavaScript, Ruby."](https://www.quora.com/How-effective-is-Leetcode-for-preparing-for-technical-interviews)
66
7-
## Contributing
8-
Your ideas/fixes/algorithms are more than welcome!
9-
10-
1. Fork this repo
11-
2. Clone your forked repo (`git clone https://github.com/YOUR_GITHUB_USERNAME/Leetcode.git`) onto your local machine
12-
3. `cd` into your cloned directory, create your feature branch (`git checkout -b my-awesome-fix`)
13-
4. `git add` your desired changes to this repo
14-
5. Commit your changes (`git commit -m 'Added some awesome features/fixes'`)
15-
6. Push to the branch (`git push origin my-awesome-feature`)
16-
7. Open your forked repo on Github website, create a new Pull Request to this repo!
17-
18-
## Best way to open this project
19-
20-
1. Install Intellij on your machine, either CE or UE.
21-
2. git clone this repo to your local disk
22-
3. import this project as a new project (does need to be imported as a gradle project)
23-
4. If you run into "Could not determine Java version using executable ..." error, use local gradle distribution: "/usr/local/Cellar/gradle/4.8.1/libexec/" instead of the default one. More details, see [Stackoverflow](https://stackoverflow.com/questions/52195643/cannot-find-symbol-intellij-gradle/52196069#52196069).
24-
25-
267
## Algorithms
278

289
| # | Title | Solutions | Time | Space | Video | Difficulty | Tag
@@ -882,3 +863,22 @@ Your ideas/fixes/algorithms are more than welcome!
882863
|192|[Word Frequency](https://leetcode.com/problems/word-frequency/)|[Solution](../master/shell/_192.sh)| O(n)|O(k) | Medium|
883864

884865

866+
## Contributing
867+
Your ideas/fixes/algorithms are more than welcome!
868+
869+
1. Fork this repo
870+
2. Clone your forked repo (`git clone https://github.com/YOUR_GITHUB_USERNAME/Leetcode.git`) onto your local machine
871+
3. `cd` into your cloned directory, create your feature branch (`git checkout -b my-awesome-fix`)
872+
4. `git add` your desired changes to this repo
873+
5. Commit your changes (`git commit -m 'Added some awesome features/fixes'`)
874+
6. Push to the branch (`git push origin my-awesome-feature`)
875+
7. Open your forked repo on Github website, create a new Pull Request to this repo!
876+
877+
## Best way to open this project
878+
879+
1. Install Intellij on your machine, either CE or UE.
880+
2. git clone this repo to your local disk
881+
3. import this project as a new project (does need to be imported as a gradle project)
882+
4. If you run into "Could not determine Java version using executable ..." error, use local gradle distribution: "/usr/local/Cellar/gradle/4.8.1/libexec/" instead of the default one. More details, see [Stackoverflow](https://stackoverflow.com/questions/52195643/cannot-find-symbol-intellij-gradle/52196069#52196069).
883+
884+

0 commit comments

Comments
 (0)