Additional Resources


Collapse Content

After going through this module and the challenges, you should be pretty well-prepared for the programming and algorithms challenges on actual interviews. As mentioned, you should still brush up on behavioral, knowledge and design interview questions. If you've completed all of Learneroo's Algorithms Tutorials and still want to learn more, check out the additional resources on this page.

Algorithms

If you want to learn Algorithms in-depth, you can browse through a textbook on the topic. You don't need the theoretical-focused CLRS book, but can instead check out one of these textbooks or courses:

Programming Interview Books

If you're focused on preparing for an interview, check out one of these books. They each focus on practicing for technical interviews, but also cover some other aspects of the interview process.

Software Design

To learn or review the basics of object-oriented design, you can read the relevant chapters from a more general book. Beginners can go through Chapters 6 and 13 in Objects First with Java, while more experienced developers can read chapters 5 and 6 from Code Complete.

If you want to study design in more detail, check out these books:

(Note that some companies may be more interested in other approaches, such as test-driven design.)

Online OOP-Design examples:

  • ATM Machine - A detailed walk-through of the standard CRC method for designing software (for an ATM machine).
  • Coffee Maker - Argues that people design software (for a coffee maker) poorly, and presents a better way.

Courses

Contact Us
Sign in or email us at [email protected]