Set & Multiset | Standard Template Library | C++ Placement Course | Lecture 28.12

แชร์
ฝัง
  • เผยแพร่เมื่อ 9 พ.ย. 2024

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

  • @rahul_ji21
    @rahul_ji21 3 ปีที่แล้ว +129

    Lower bound means element having the same key or greater than that.
    Upper bound means greater than that key.

  • @raghavkaushal1057
    @raghavkaushal1057 3 ปีที่แล้ว +15

    The content is undoubtedly great but There are a little things that are not covered before upload of this video such as hashing and Binary Search implementation in STL . Please note that things during further uploads.

  • @snehilsinha4689
    @snehilsinha4689 3 ปีที่แล้ว +26

    the voice is low in this video on speaker. Although content is OP 🔥

    • @abhishekmaurya528
      @abhishekmaurya528 3 ปีที่แล้ว

      Change earphones or ears maybe.... JK

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

      @@abhishekmaurya528 No fault of earphones, the voice is really low. If you can hear clearly then you must be an owner of Sennheiser HE 1 headphones.

  • @piyushbansal9716
    @piyushbansal9716 3 ปีที่แล้ว +12

    Evey thing is perfect except the sound amplitude pls take this into consideration

  • @abhaykaushik5944
    @abhaykaushik5944 3 ปีที่แล้ว +32

    baki content boht accha but faculties videos upload krne se phle ek dusre se consult nhi krte kya ki kya topic hogya, kya nhi hua

  • @adityachandra1
    @adityachandra1 3 ปีที่แล้ว +18

    this is actually the best video for cpp sets on youtube

  • @songshub_smitvavliya
    @songshub_smitvavliya 3 ปีที่แล้ว +2

    time complexity of lower_bound and upper_bound in set and multiset is O(N) not O(logN), because it is not a random access iterator.

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

      It's true but the syntax "Set.lower_bound(key)" takes O(logN) only and that's what shown in the video.
      whereas the syntax "lower_bound(Set.begin(), Set.end(), key)" takes O(N) in case of containers which uses non-random access iterators and O(logN) in case of containers which uses random access iterators and pointers such as vectors and arrays respectively.

  • @adityabhandari6688
    @adityabhandari6688 3 ปีที่แล้ว +3

    this video should have been uploaded before 84th video in this playlist.

    • @harshgarg4438
      @harshgarg4438 3 ปีที่แล้ว

      yup buddy I also came here looking to understand sliding window problem

  • @Yogeshyadav-iu4zk
    @Yogeshyadav-iu4zk 3 ปีที่แล้ว

    best video of the course
    love u brother

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

    thank you for uploading the video in such a great audio quality 😒

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

    Big fan aman Bhaiya and team

  • @codingisfun-pranayharishch3001
    @codingisfun-pranayharishch3001 ปีที่แล้ว

    really very helpful, thankyou so much

  • @vakhariyajay2224
    @vakhariyajay2224 2 ปีที่แล้ว

    Thank you very much. You are a genius. 👍👍🙏🙏👌👌🔝🔝

  • @anjalisah1452
    @anjalisah1452 3 ปีที่แล้ว +2

    Keep teaching . Keep growing 💗

  • @hustlewithVaibhav
    @hustlewithVaibhav 3 ปีที่แล้ว +2

    Thank you 🙏🙏

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

    Thanks a lot, sir
    crystal clear concept

  • @ritwickrana3255
    @ritwickrana3255 2 ปีที่แล้ว

    hello guys
    so that we can improve ourself
    lets start coding OP

  • @Webmer
    @Webmer 3 ปีที่แล้ว

    Thank you bhaiya💯

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

    this is best viedo of your teaching in cerier but the output you have shown in viedo of set,multiset,unordered set have some mistaken.
    1.Loewer_bound output is not correct
    2.unordered_set output is not correct

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

    Bhaiya we got confused.. we used it in sliding window problm ..nd it is taught afterwards

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

    thanks :)

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

    JAva release date?

  • @janvimyadventures1310
    @janvimyadventures1310 3 ปีที่แล้ว +2

    Pls make video on 1d and 2d array prefix sum

  • @hey_chuck3931
    @hey_chuck3931 3 ปีที่แล้ว

    Great explanation!

  • @m.a.qadeer3085
    @m.a.qadeer3085 ปีที่แล้ว +1

    Khali sir Jo screen pe likhewa aara bas usko read kardere woh mam acha explain karte the 🤔

  • @joydeepbhattacharjee5305
    @joydeepbhattacharjee5305 3 ปีที่แล้ว +4

    is there any advantage of using int32_t main() over int main() ??

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

      We cannot declare return type of main() as a dataype other than int so We do it generally when we typecasted int to longlong (mainly in cp) so that the main function will surely have int as the return type

    • @sudeepbhagat5027
      @sudeepbhagat5027 3 ปีที่แล้ว

      No any advantage becoz when using int main it's by default in 32 bits but extension of c++ add this 32 bit while typing.

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

    Nice

  • @shaamidrees3875
    @shaamidrees3875 3 ปีที่แล้ว

    Thanks ❤️

  • @ashleshbhati5667
    @ashleshbhati5667 3 ปีที่แล้ว

    helpful

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

    Hashing and Binary search nahi hua iss video tak..

  • @vimalslab3398
    @vimalslab3398 3 ปีที่แล้ว

    op vro

  • @amanprasad1705
    @amanprasad1705 3 ปีที่แล้ว

    map k concept pr bhi ek video bana do

  • @mayankgarg4232
    @mayankgarg4232 3 ปีที่แล้ว

    voice quality is not good..but content is best....

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

    you can use this hader file father of all's hader file if you mention this hader file then youn have not mention any one #include

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

    Notes..??

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

    notes ??

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

    how is lower bound of 2 three at 3:40

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

      Lower bound means element having the same key or greater than that.
      Upper bound means greater than that key.

  • @sohamDevRel
    @sohamDevRel 3 ปีที่แล้ว +2

    Hashing??

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

      Yep, they didn’t teach yet 😂
      Search on web or read from books,
      Grokking algorithms is good book for understanding all basics 👌

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

    Iske notes kha h sir

  • @parveenmourya9279
    @parveenmourya9279 3 ปีที่แล้ว

    Sb thik hai pr voice ka kuch kr lo pls

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

    Audio is too low

  • @soumyadeepdas2931
    @soumyadeepdas2931 2 ปีที่แล้ว

    voice is very low in the video even after using headphones i can't hear properly

  • @pratikkarad11
    @pratikkarad11 3 ปีที่แล้ว

    voice is very low in this video

  • @Yash-fh7gm
    @Yash-fh7gm 2 ปีที่แล้ว

    we want didi

  • @prathamjain8647
    @prathamjain8647 2 ปีที่แล้ว

    the video is not audible at all

  • @rishabhsingh2977
    @rishabhsingh2977 2 ปีที่แล้ว

    Bhai aap ko to lgta h bolne me bhi jorr aata h

  • @ayushgoel4145
    @ayushgoel4145 2 ปีที่แล้ว

    Inko kyu boltey ho padhane keliye? didi sahi toh padhati hai..yeh aake kuch bhi kahi se bhi kaise bhi shuru kardete hai

  • @Ayush-ro7bw
    @Ayush-ro7bw 3 ปีที่แล้ว +1

    gaanja fhook ke ate ho kya hasing kab padhai

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

    bhai beard mat rkh boht gandi lagri clean rkh le bhai