Skip to content

RodneyShag/Cracking-the-Coding-Interview_solutions

Repository files navigation

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.

About

Efficient solutions to "Cracking the Coding Interview" (6th Edition) problems

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages