When students reach BTech , they have to study Data Structures either through C,Java or Python . Since the concepts in Java include topics like , Linked Lists, Graphs, trees etc. These topics are mind wobbling, if the basics are not clear to the students.
I have tried to include a separate chapter on Arrays and Stacks and Queues. This will help the students get a deep knowledge of how to use Arrays, Stacks and Queues with classes and objects. Implementation of Stacks, Queues, Dequeues with linked list has been made easy with Java for students to understand it.