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
UNSW Computing 1 - The Art of ProgrammingOpenLearning C++ For C Programmers, Part A
University of California, Santa Cruz via Coursera Beginning Game Programming with C#
University of Colorado System via Coursera Introduction to Computing 计算概论A
Peking University via Coursera Comprendre les Microcontroleurs
École Polytechnique Fédérale de Lausanne via Coursera