Overview
Explore data structures and algorithms essential for technical interviews in this comprehensive tutorial. Learn about linear data structures like arrays, linked lists, stacks, and queues, including their implementations, applications, advantages, and disadvantages. Discover searching algorithms such as linear search and binary search, along with basic sorting algorithms like bubble sort. Dive into the divide and conquer approach, focusing on merge sort and its analysis in terms of time complexity, space complexity, and number of comparisons. Gain practical insights and tips to enhance your problem-solving skills for technical interviews through interactive discussions and demonstrations.
Syllabus
Intro
Agenda
Data Structure
Arrays
Syntax
Advantages
Disadvantages
Applications
Linked List
LinkedList
Applications of LinkedList
Inserting Objects
Taught by
Great Learning