Queue Implementation Using Arrays - Data Structures
Offered By: Sundeep Saradhi Kanthety via YouTube
Course Description
Overview
Learn about queue implementation using arrays in this comprehensive 28-minute tutorial. Explore the First-In-First-Out (FIFO) mechanism and understand the linear data structure of queues. Dive into essential operations such as enqueue (insertion) and dequeue (deletion), and grasp concepts like overflow and underflow conditions. Discover how to enqueue elements at the rear end and dequeue from the front end. The tutorial covers introduction to data structures, queue implementation, and queue display, providing a solid foundation for understanding this fundamental concept in computer science.
Syllabus
Introduction
Data Structure
Implementation
Queue Implementation
Queue Display
Taught by
Sundeep Saradhi Kanthety
Related Courses
Design of Computer ProgramsStanford University via Udacity Algorithms, Part I
Princeton University via Coursera Algorithms, Part II
Princeton University via Coursera Intro to Algorithms
Udacity Divide and Conquer, Sorting and Searching, and Randomized Algorithms
Stanford University via Coursera