Skip to Content
The Complete Coding Interview Guide in Java
book

The Complete Coding Interview Guide in Java

by Anghel Leonard
August 2020
Intermediate to advanced content levelIntermediate to advanced
788 pages
15h
English
Packt Publishing
Content preview from The Complete Coding Interview Guide in Java

Chapter 8: Recursion and Dynamic Programming

This chapter covers one of the favorite topics of interviewers: Recursion and Dynamic Programming. Both work hand in hand, so you must be able to cover both. Commonly, the interviewer expects to see a plain recursive solution. However, they may ask you to provide some optimization hints or even to code an optimized version of your code. In other words, your interviewer will want to see Dynamic Programming at work.

In this chapter, we will cover the following topics:

  • Recursion in a nutshell
  • Dynamic Programming in a nutshell
  • Coding challenges

By the end of this chapter, you will be able to implement a wide range of recursive algorithms. You'll have a significant number of recursive patterns and approaches ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

The Complete Java Developer Course: From Beginner to Master

The Complete Java Developer Course: From Beginner to Master

Codestars By Rob Percival, John P. Baugh
Java Coding Problems

Java Coding Problems

Anghel Leonard
Clean Code Fundamentals

Clean Code Fundamentals

Robert C. Martin

Publisher Resources

ISBN: 9781839212062Supplemental Content