ARRAYS IN JAVA?

Arrays are the most basic of all Data Structures and are very important from interview perspective! This course contains detailed explanation of Arrays along with important questions!

LINKED LISTS IN JAVA?

Linked Lists are just like those train bogies that we see often, one linked to the other! This course contains details about how linked lists work along with important coding questions using Linked Lists in Java.

STACKS AND QUEUES?

What if there was a data structure to handle a pile of files? Or an ATM line? Oh! There are! Stacks and Queues are the data structures to handle these respectively! The course has more details about these wonderful structures along with important Interview questions.

TREES?

Ever thought that the trees in the gardens are not the only trees available to a programmer? Yes! There is an interesting data structure named Tree! The course has more details about this wonder along with important coding questions!

NEXT STEPS

Lecture 1: Introduction to Arrays