Queue Data Structure In STL | C++ Tutorial

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 ส.ค. 2024
  • How to use the queue data structure built-in to the C++ Standard Template Library. The queue class template in the C++ STL is a container class (specifically a container adapter) which allows us to store collections of data in a First In First Out (LIFO) order. Source code: github.com/por.... Check out www.portfolioc... to build a portfolio that will impress employers!

ความคิดเห็น • 15

  • @andrerossa8553
    @andrerossa8553 5 หลายเดือนก่อน +4

    What touched me most was the empathy conveyed throughout the video. What a wonderful class. thank you very much

  • @rickbalderas7153
    @rickbalderas7153 10 หลายเดือนก่อน +8

    your videos are so much easier to understand vs how C++ is taught by my professor. Thank you!

    • @PJ-po1dk
      @PJ-po1dk 10 หลายเดือนก่อน +2

      haha same scenario haha we just went over the topic today in the 1.5 hours of lecture and I understood more from this video.

  • @hamidhamri5384
    @hamidhamri5384 ปีที่แล้ว +8

    best channel for learning c and c++ , i love it 🥰

    • @PortfolioCourses
      @PortfolioCourses  ปีที่แล้ว +1

      I'm really glad to hear you're enjoying the channel! :-)

  • @MarcoAurelio-sv2tk
    @MarcoAurelio-sv2tk หลายเดือนก่อน

    I am starting to understand data structures and implement them in C. Although C++ is not my priority and don't understand nothing about it, i will always choose your videos because of the great explanation you give at the start of each video.
    Thank you very much sir.

  • @Kumail725
    @Kumail725 11 วันที่ผ่านมา

    Watched a whole playlist one bye one and learned alot ❤
    Thanks dear 😊

  • @ankhra3711
    @ankhra3711 10 หลายเดือนก่อน +2

    very helpful.
    BFS is making me dizzy and I don't know what the queue is, and I found this video, thanks a lot.

  • @yoruichi5802
    @yoruichi5802 ปีที่แล้ว +8

    time to learn c++

    • @PortfolioCourses
      @PortfolioCourses  ปีที่แล้ว

      It’s a big language, but a fun language. :-)

  • @gesus0678
    @gesus0678 4 หลายเดือนก่อน

    So much delicious knowledge
    in my brain

  • @seriehub4344
    @seriehub4344 7 หลายเดือนก่อน

    hello can you traverse a queue or even search for data using a given value in the queue?

  • @ahmedkhaled2269
    @ahmedkhaled2269 ปีที่แล้ว

    what is the name of ide

    • @PortfolioCourses
      @PortfolioCourses  ปีที่แล้ว

      In this video I am using Xcode on a Mac. :-)