Data Structures using C 5 Stack using a Dynamic Array
>> YOUR LINK HERE: ___ http://youtube.com/watch?v=IvaJvS5VX3A
Hello, There! This is TheSkinnyCoder! In this video, we'll implement the Stack Data Structure using the C programming language, using better coding practices like modular code, dynamic memeory allocation, structured macros and typedefs etc. • ---------- • Portfolio : https://theskinnycoder.me • Code : https://github.com/theskinnycoder/dat... • ---------- • Previous Video : • Data Structures using C #4 - Stack (u... • Next Video : • Data Structures using C #6 - Queue (u... • Playlist : • Data Structures using C • ---------- • Timestamps : • 00:00:00 - New file and Headers • 00:00:55 - The Stack structure • 00:01:33 - Constructor Function • 00:07:02 - is_empty and is_full Methods • 00:08:03 - push Method • 00:09:05 - pop Method • 00:10:31 - peek Method • 00:11:48 - poll Method • 00:12:07 - contains Method • 00:12:48 - print_stack Method • 00:13:04 - Main Function • ---------- • Recorded using 'OBS Studio' | Edited on 'DeScript' and 'Adobe Premiere Pro' • MIC : Fifine K669B Condensor • ---------- • #c #datastructures #ds #vscode #gcc
#############################