Jump to ratings and reviews
Rate this book

Problem Solving in Data Structures & Algorithms Using Java: Programming Interview Guide

Rate this book
"Problem Solving in Data Structures & Algorithms" is a series of books about the usage of Data Structures and Algorithms in computer programming. The book is easy to follow and is written for interview preparation point of view. In various books, the examples are solved in various languages like Go, C, C++, Java, C#, Python, VB, JavaScript and PHP.





GitHub Repositories






Book’s Composition

This book is designed for interviews so in Chapter 0, various preparation plans are proposed.
Then in chapters 1, a brief introduction of the programming language and concept of recursion is explained. A number of problems based on recursion and array are explained.


Then in the coming chapter, we will be looking into complexity analysis. Then we will be looking into Sorting & Searching techniques.


Then will look into the various data structures and their algorithms. We will be looking into a Linked List, Stack, Queue, Trees, Heap, Hash Table and Graphs.


Then we will be looking into algorithm analysis, we will be looking into Brute Force algorithms, Greedy algorithms, Divide & Conquer algorithms, Dynamic Programming, and Backtracking.


In the end, we will be looking into System Design, which will give a systematic approach for solving the design problems in an Interview.



Table of Contents

Chapter 0: How to use this book.

Chapter 1: Introduction - Programming Overview

Chapter 2: Algorithms Analysis

Chapter 3: Approach to solve algorithm design problems

Chapter 4: Abstract Data Type

Chapter 5: Searching

Chapter 6: Sorting

Chapter 7: Linked List

Chapter 8: Stack

Chapter 9: Queue

Chapter 10: Tree

Chapter 11: Priority Queue

Chapter 12: Hash-Table

Chapter 13: Graphs

Chapter 14: String Algorithms

Chapter 15: Algorithm Design Techniques

Chapter 16: Brute Force Algorithm

Chapter 17: Greedy Algorithm

Chapter 18: Divide & Conquer

Chapter 19: Dynamic Programming

Chapter 20: Backtracking

Chapter 21: Complexity Theory

Chapter 22: Interview Strategy

Chapter 23: System Design

589 pages, Kindle Edition

Published January 18, 2017

50 people are currently reading
439 people want to read

About the author

Hemant Jain

54 books6 followers

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
14 (45%)
4 stars
9 (29%)
3 stars
3 (9%)
2 stars
1 (3%)
1 star
4 (12%)
Displaying 1 - 4 of 4 reviews
1 review
Want to read
October 16, 2017
I found That content of this book is excellent and easy to understand.
Thanku Hemant Sir
1 review
March 27, 2019
I think ,this book is very good for me.
This entire review has been hidden because of spoilers.
Displaying 1 - 4 of 4 reviews

Can't find what you're looking for?

Get help and learn more about the design.