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
+19-19Lines changed: 19 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -4,25 +4,6 @@ _If you like this project, please leave me a star._ ★
4
4
5
5
> ["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)
6
6
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
-
26
7
## Algorithms
27
8
28
9
| # | Title | Solutions | Time | Space | Video | Difficulty | Tag
@@ -882,3 +863,22 @@ Your ideas/fixes/algorithms are more than welcome!
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).
0 commit comments