Stack and Queue in C
Offered By: Great Learning via YouTube
Course Description
Overview
Dive into a comprehensive tutorial on Stack and Queue data structures in C programming. Learn the fundamental concepts, applications, and implementations of both Stack (LIFO) and Queue (FIFO) using arrays and linked lists. Explore the advantages and disadvantages of each structure, and gain hands-on experience through practical demonstrations. Master the declaration, initialization, and implementation techniques for these essential data structures, enhancing your C programming skills and preparing you for real-world applications in software development.
Syllabus
Course Introduction .
What is Stack ? .
Applications of Stack .
Implementation of Stack using Array - Declaration and Initialization .
Implementation Stack using Array Demo .
Implementation Stack using Linked List - Declaration and Initialization .
Implementation Stack using Linked List Demo .
Advantages of Stack .
Disadvantages of Stack .
What is Queue ? .
Applications of Queue .
Implementation of Queue using Array - Declaration and Initialization .
Implementation Queue using Array Demo .
Implementation Queue using Linked List - Declaration and Initialization .
Implementation Queue using Linked List Demo .
Advantages of Queue .
Disadvantages of Queue .
Taught by
Great Learning
Related Courses
Intro to Computer ScienceUniversity of Virginia via Udacity Design of Computer Programs
Stanford University via Udacity Analytic Combinatorics, Part I
Princeton University via Coursera Algorithms, Part I
Princeton University via Coursera Algorithms, Part II
Princeton University via Coursera