Tags
Language
Tags
July 2025
Su Mo Tu We Th Fr Sa
29 30 1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31 1 2
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    C++ Algorithm Series: Stacks and Queues

    Posted By: naag
    C++ Algorithm Series: Stacks and Queues

    C++ Algorithm Series: Stacks and Queues
    MP4 | Video: AVC 1280x720 | Audio: AAC 44KHz 2ch | Duration: 2.5 Hours | 395 MB
    Genre: eLearning | Language: English

    Know the basics of C++ and want to further sharpen your skills? Then follow along with C++ expert Advait Jayant in his next course in the C++ Algorithm Series, and master how to work with stacks and queues.

    If you need to first develop a fundamental knowledge of C++, watch this excellent video on C++. Also here are all of Advait Jayant’s highly-rated videos on O’Reilly, including the full C++ Algorithm Series.

    The following 13 topics will be covered through a combination of lecture and hands-on to maximize your learning of stacks and queues in C++:

    Introducing Stacks in C++. This first topic in this C++ Stacks and Queues course explains the concept of stacks in C++. A stack is a linear data structure which follows a particular order in which the operations are performed, such as LIFO or FILO.
    Implementing Stacks using Arrays in C++. This second topic in this C++ Stacks and Queues course explains how to implement stacks using arrays in C++. Follow along with Advait in this hands-on session.
    Implementing Stacks using Linked Lists in C++. This third topic in this C++ Stacks and Queues course explains how to implement stacks using linked lists in C++. Follow along with Advait in this hands-on session.
    Implementing Stacks using Vectors in C++. This fourth topic in this C++ Stacks and Queues course explains how to implement stacks using vectors in C++. Follow along with Advait in this hands-on session.
    Implementing Stacks using Templates in C++. This fifth topic in this C++ Stacks and Queues course explains how to implement stacks using templates in C++. Follow along with Advait in this hands-on session.
    Implementing Stacks using the Stack STL in C++. This sixth topic in this C++ Stacks and Queues course explains how to implement stacks using the Stack Standard Template Library (STL) in C++. Follow along with Advait in this hands-on session.
    Using Two Extra Stacks for Stack Reversal in C++. This seventh topic in this C++ Stacks and Queues course explains how to use two extra stacks for stack reversal in C++. Follow along with Advait in this hands-on session.
    Using One Extra Stack for Stack Reversal in C++. This eighth topic in this C++ Stacks and Queues course explains how to use one extra stack for stack reversal in C++. Follow along with Advait in this hands-on session.
    Using Recursion for Stack Reversal in C++. This ninth topic in this C++ Stacks and Queues course explains how to use recursion to perform stack reversal in C++. Follow along with Advait in this hands-on session.
    Solving the Balanced Parenthesis Problem using Stacks in C++. This tenth topic in this C++ Stacks and Queues course explains how to solve the Balanced Parenthesis Problem using stacks in C++. Follow along with Advait in this hands-on session.
    Introducing Queues in C++. This 11th topic in this C++ Stacks and Queues course explains the concept of queues in C++. Learn about the enqueue and dequeue operators.
    Implementing Queues using Arrays in C++. This 12th topic in this C++ Stacks and Queues course explains how to implement queues using arrays in C++. Follow along with Advait in this hands-on session.
    Implementing Queues using the Queue STL in C++. This 13th topic in this C++ Stacks and Queues course explains how to implement queues using the queue Standard Template Library (STL) in C++. Follow along with Advait in this hands-on session.

    C++ Algorithm Series: Stacks and Queues