Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 2.02 KB

File metadata and controls

41 lines (24 loc) · 2.02 KB

Efficient solutions to Cracking the Coding Interview problems

Solutions are coded using Java 8.


Setting up the code in Eclipse (or a similar IDE)

This will enable you to easily test and edit the code.

  1. Download Java
  2. Download Eclipse, or a similar IDE.
  3. Open Eclipse. In the Menu Bar in the top-left of the screen, click File -> Import. An Import dialog box will open.

  1. In the Import dialog box, select Git -> Projects from Git and click Next.

  1. Select Clone URI and click Next.

  1. In the URI field, copy/paste the following link: https://github.com/RodneyShag/Cracking-the-Coding-Interview_solutions.git

  1. 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.