|
1 |
| -### Cracking the Coding Interview (6th Edition) - Solutions (Java) |
| 1 | +### Efficient solutions to [Cracking the Coding Interview (6th Edition)](https://www.amazon.com/Cracking-Coding-Interview-Programming-Questions/dp/0984782850?ie=UTF8&keywords=Cracking%20the%20Coding%20Interview&portal-device-attributes=desktop&qid=1497056550&ref_=sr_1_1&s=books&sr=1-1) problems |
2 | 2 |
|
3 |
| -My solutions to the questions in the wonderful book: [Cracking the Coding Interview](https://www.amazon.com/Cracking-Coding-Interview-Programming-Questions/dp/0984782850?ie=UTF8&keywords=Cracking%20the%20Coding%20Interview&portal-device-attributes=desktop&qid=1497056550&ref_=sr_1_1&s=books&sr=1-1) |
| 3 | + |
| 4 | + |
| 5 | +Solutions are coded using Java 8. |
| 6 | + |
| 7 | +## Setting up the code in Eclipse (or a similar IDE) |
| 8 | + |
| 9 | +This will enable you to easily test and edit the code. |
| 10 | + |
| 11 | +0. Download [Eclipse](http://www.eclipse.org/downloads/eclipse-packages/), or a similar IDE. |
| 12 | +1. Open Eclipse. In the **Menu Bar** in the top-left of the screen, click **File -> Import**. An **Import** dialog box will open. |
| 13 | + |
| 14 | + |
| 15 | +2. In the **Import** dialog box, select **Git -> Projects from Git** and click **Next**. |
| 16 | + |
| 17 | + |
| 18 | +3. Select **Clone URI** and click **Next**. |
| 19 | + |
| 20 | + |
| 21 | +4. In the URI field, copy/paste the following link: https://github.com/rshaghoulian/Cracking-the-Coding-Interview_solutions.git |
| 22 | + |
| 23 | + |
| 24 | +5. Keep clicking **Next** until you reach the final dialog box. Click **Finish**. The dialog box will close. All the code should now be visibile in the **Package Explorer** on the left of the screen. |
| 25 | + |
0 commit comments