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
Conception et mise en œuvre d'algorithmes.École Polytechnique via Coursera Algorithmen und Datenstrukturen
Universität Osnabrück via iversity 数据结构与算法 Data Structures and Algorithms
Peking University via Coursera Data Structures and Algorithm Design Part I | 数据结构与算法设计(上)
Tsinghua University via edX 数据结构基础
Peking University via Coursera