You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1101,7 +1101,7 @@ _If you like this project, please leave me a star._ ★
1101
1101
1102
1102
1103
1103
##Contributing
1104
-
Your ideas/fixes/algorithms are more than welcome!
1104
+
Your ideas/fixes/algorithms are more than welcome! Let's keep this about DSA only, nothing else. It'll be easy for every DSA enthusiast to access this AWESOMENESS!!
1105
1105
1106
1106
0. Please make sure your PR builds after submitting! Check out here:https://travis-ci.org/github/fishercoder1534/Leetcode/pull_requests and look for your PR build.
1107
1107
1. Fork this repo
@@ -1114,7 +1114,7 @@ Your ideas/fixes/algorithms are more than welcome!
1114
1114
1115
1115
##Best way to open this project
1116
1116
1117
-
1. InstallIntellij on your machine, either CE or UE.
1117
+
1. InstallIntelliJ on your machine, either CE or UE.
1118
1118
2. git clone this repo to your local disk
1119
1119
3. import this project as a new project (does need to be imported as a gradle project)
1120
1120
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[this question on Stackoverflow](https://stackoverflow.com/questions/52195643/cannot-find-symbol-intellij-gradle/52196069#52196069).