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!
Lecture 3(Part 1): Important Interview Questions00:41:55
Lecture 3(Part 2): Important Interview Questions00:35:05
Lecture 3(Part 3): Important Interview Questions & Assignments00:36:32
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.
Lecture 4: Introduction to Linked Lists00:18:59
Lecture 5: Basic Operations in Linked Lists00:52:52
Lecture 6: Important Interview Questions related to Linked Lists & Assignments00:33:40
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.
Lecture 7: Introduction to Stacks and Queues00:17:00
Lecture 8: Operations of Stacks and Queues00:40:16
Lecture 9: Stack using Queue and Queue using Stack00:13:41
Lecture 10: Important Questions of Stacks and Queues & Assignments00:33:23
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!
Lecture 11: Introduction to Trees24:47
Lecture 12: Binary Tree Operations00:19:49
Lecture 13: Basic Functions of Binary Trees00:33:50
Lecture 14: Important questions on trees & Assignments00:56:36