Complete C++ STL in 1 Video | Time Complexity and Notes

Поділитися
Вставка
  • Опубліковано 31 січ 2025

КОМЕНТАРІ • 2 тис.

  • @takeUforward
    @takeUforward  2 роки тому +121

    Check Coding Ninjas Out: bit.ly/3GMlV7Z

    • @biswajitadhikary_0807
      @biswajitadhikary_0807 2 роки тому +6

      i am a 2nd year cse student i want to follow your series but i am unable to decide from where i should start. i know c , now i am learing c++. please reply me

    • @pavankumar-cz9hb
      @pavankumar-cz9hb 2 роки тому +1

      @@biswajitadhikary_0807 start coding basic problems in c++

    • @kumarisushma4797
      @kumarisushma4797 2 роки тому

      sde sheet not found???

    • @prithammahato1915
      @prithammahato1915 Рік тому

      UNDERSTOOD_BHIYA :)

    • @72nishantwadhawan5
      @72nishantwadhawan5 Рік тому

      @@kumarisushma4797 🤣🤣

  • @lalitkumarsharma2003
    @lalitkumarsharma2003 2 роки тому +599

    Chapters:
    00:01:02 Libraries
    00:01:51 namespace std
    00:02:40 Functions
    00:05:08 STL
    00:05:40 pair
    00:10:04 vectors ( 1st container )
    00:15:25 accessing elements in vector
    00:19:28 iterators
    00:24:43 deletion in a vector
    00:27:00 insertion in a vector
    00:29:46 other functions in vector
    00:30:26 list ( 2nd container )
    00:31:43 Deque ( 3rd container )
    00:32:02 Stack (LIFO) ( 4th container )
    00:34:16 Time Complexity of stack operations
    00:34:27 Queue (FIFO) ( 5th container )
    00:35:58 Priority Queue ( 6th container )
    00:38:28 Time Complexity of push, pop & top
    00:38:50 Set ( 7th container )
    00:42:58 Lower bound & Upper bound
    00:43:40 Multiset ( 8th container )
    00:45:35 Unordered set ( 9th container )
    00:47:12 Map ( 10th container )
    00:53:22 Multimap ( 11th container )
    00:53:46 Unordered map ( 12th container )
    00:54:53 Algorithms - Sort
    00:59:18 Comp (For sorting)
    01:03:26 builtin_popcount( )
    01:04:18 next_permutation
    01:06:21 max_element
    01:06:40 min_element
    01:07:09 SUBSCRIBE !!!

  • @peacejoy5293
    @peacejoy5293 2 роки тому +721

    Bhaiya, coming from a middle-class family with mediocre teachers, I have always thought I would never get placed due to the fact that I could not afford courses and the difficulty of problem-solving. All of us are blessed to have you as a savior. Thank you very much. I am part of the 2020-2024 batch, and my placements will begin in July. As a result of discovering your channel and starting to prepare, my hopes have been revived. You will make a huge difference in my life if I get a job and can provide for my family.

  • @yashbhamare4772
    @yashbhamare4772 Рік тому +81

    This is the most complete video on STL no cap , I had seen many STL videos before but this guy covered each and everything in detail and that too in so simple words and ways . Striver u are really the bestt!! Please continue this seriess waiting for your new videos everyday.

    • @InvinciRD
      @InvinciRD 7 місяців тому +3

      Are any important topics or use cases missing here? And where can u watch them?

  • @hardikchawhan6346
    @hardikchawhan6346 Рік тому +150

    I am a first year student in my first Sem, And i am glad that I have found This channel in my early stage of college life. I am going to stick to this Man till my first interview. and also even after that. Thanks for explaining every thing in detail and clearly. I don't see my college professor even near to this guy when it comes to explaining concepts.

    • @rgamma7468
      @rgamma7468 9 місяців тому +22

      You are very lucky, just keep seeing these videos and practicing!

    • @THEReFleX
      @THEReFleX 5 місяців тому +9

      dont study

    • @sandeepkarne8407
      @sandeepkarne8407 4 місяці тому +3

      kismat wala he bhai tu me to final year me mila ye banda

    • @cr00723
      @cr00723 3 місяці тому +2

      hey man what are you learning right now?

    • @hardikchawhan6346
      @hardikchawhan6346 3 місяці тому

      @@cr00723 Backend Development with Node and SpringBoot. Basically I am doing an internship so I need to know Spring Boot for that. Also Have a Patent in progress.

  • @GOPIKUMAR-vv2sy
    @GOPIKUMAR-vv2sy 7 місяців тому +14

    This is the most complete video on STL no cap , I had seen many STL videos before but this guy covered each and everything in detail and that too in so simple words and ways .

  • @abdurrahmanchauhan4780
    @abdurrahmanchauhan4780 Рік тому +42

    getting this much bulk of knowledge with proper examples in just 1 hr is jst incredible.
    Thankyou!

    • @AbhinavIAS
      @AbhinavIAS Місяць тому +1

      abe mea, rajput k title kyu lgaya h? Allah maaf nhi krega.. 😂

  • @dipbhowmik4583
    @dipbhowmik4583 Рік тому +26

    1 hour of a fully packed informationed STL video. Thanks Striver for the level of content you always provide.

  • @souravpramanik3371
    @souravpramanik3371 4 місяці тому +5

    I have been a software developer for the last 3 years I started preparing for DSA from your channel and I found out your content is one of the best content that is freely available on the internet 💯💯💯💯💯💯

  • @SameekshaCshetty
    @SameekshaCshetty 6 місяців тому +5

    Gaining such a substantial amount of knowledge with clear examples in just one hour is simply amazing. Thank you!

  • @preethamreddy9610
    @preethamreddy9610 2 місяці тому +17

    Understood. Today is November 19th, 2024 and i have just completed watching this video. I will come here periodically to update my status and my offers! Wish me luck!

    • @sept1c
      @sept1c Місяць тому +2

      how's it going ??

  • @MayurVarma
    @MayurVarma 2 роки тому +564

    Great Video!! Just one correction at 31:19 the underlying data structure of the vector is not a singly linked list its a dynamic array

    • @vigneshwarm
      @vigneshwarm 2 роки тому +24

      This needs more upvotes. I've always thought vector is a linked list

    • @princerajput6709
      @princerajput6709 2 роки тому +2

      @take U forward can u please explain???

    • @AyushKumar-gf5th
      @AyushKumar-gf5th 2 роки тому +2

      @@vigneshwarm really?

    • @vigneshwarm
      @vigneshwarm 2 роки тому +14

      @@AyushKumar-gf5th cut me some slack. Vector does seem to do things that linked list can. After you create a list, you are allowed to add or delete things. C++ can overload the [] operator, so i assumed when you do arr[i], it does traverse until i and get the data for you. But yeah, I'm at fault, considering how everyone interchangeably uses array and vector, i should have guessed vector is prob dynamic array and not linked list.
      (O(n) time for every time you do arr[i] is painful)
      My bad

    • @ashish9948
      @ashish9948 2 роки тому +1

      @@vigneshwarm So what's the correct answer ?

  • @kshitizsaini4507
    @kshitizsaini4507 Рік тому +8

    ITs been a long time approx 4 years since I started my career in software development. Started again with dsa to upgrade my self. Thank you Striver.

  • @nitishkumarram8978
    @nitishkumarram8978 Рік тому +12

    It's been a great honor while studying on this platform. I have understood all these things. Very thankful for the teachings.

  • @ritochitghosh1753
    @ritochitghosh1753 Рік тому +1

    Thanks, Striver. I just completed this STL and in the last section of algorithms, I found the solution to the problems I got struck into while solving 43 questions in Leetcode. Looking forward to complete this amazing playlist..

  • @pendemanjali
    @pendemanjali 4 місяці тому +1

    thankyou so much sir , i completely lost hope when i was coding , but with ur videos i am doing things from scratch again and ur content helps me greatly.

  • @gilfoyle2211
    @gilfoyle2211 2 роки тому +85

    0:00 Basic Structure of C++
    5:05 STL components
    5:36 Pair: Tuple in C++
    7:15 Nested Pair
    9:05 Pair Array
    10:04 Vectors
    16:19 Iterator
    30:25 List
    31:44 Deque
    32:04 Stack
    34:29 Queue
    36:00 Priority Queue
    38:53 Set
    43:53 Multiset
    45:37 Unordered set
    47:12 Map
    53:22 Multimap
    53:46 Unordered map
    54:53 Algorithms
    59:17 Comp (For custom sorting inside sort)
    01:03:26 __builtin_popcount( )
    01:04:18 next_permutation
    01:06:21 max_element
    01:06:40 min_element

  • @webhelpbyvarghab
    @webhelpbyvarghab 2 роки тому +114

    At 24:06 " for(auto it:v) ", don't get confused " it " with iterators. " It " is not an iterator, it represents each element of vector v. We could write it like " for(auto element:v) " and it would run perfectly.

    • @prafullaraichurkar4369
      @prafullaraichurkar4369 10 місяців тому

      Thanks!!

    • @hardikpahuja8381
      @hardikpahuja8381 10 місяців тому +1

      Thanks was thinking about that only.

    • @Abhishek-vc5bp
      @Abhishek-vc5bp 9 місяців тому

      what's v represent here { for(auto element : v) }

    • @webhelpbyvarghab
      @webhelpbyvarghab 9 місяців тому +2

      @@Abhishek-vc5bp V is just a name for the vector(dynamic arrays in c++)

    • @kaus05
      @kaus05 День тому

      Just a trivia ranged base for loop internally use iterators

  • @ADEEBARASHIDBAI
    @ADEEBARASHIDBAI 2 роки тому +5

    This is the best youtube video I've come across. Productive one hour.

  • @PrabalSingh2908
    @PrabalSingh2908 2 місяці тому +1

    Understand striver after learning stl from this video i am very much confident that if i complete this 350 video a2z course then i can crack any interview. Thanks from Gujarat Surat.

  • @abhishekvishwakarma9045
    @abhishekvishwakarma9045 2 роки тому +16

    Already watched your previous STL video and this one is awesome 😌(cherry on the top of it :) Best part is how well you've explained comparator implementation👍

  • @kunalvijay7646
    @kunalvijay7646 2 роки тому +10

    This is literally the best video for learning C++ STL. Thanks Striver :)

  • @suravighosal9934
    @suravighosal9934 2 роки тому +12

    Your teaching style is superb. 👌
    I've been following your videos since a few weeks and I'm learning dsa on my own pace. Thanks a lot for all your videos.
    Keep helping juniors. Thanks a lot!

  • @vaishnavishukla4382
    @vaishnavishukla4382 Рік тому +1

    this is my first time going through this channel and STL never seemed this easy. Thankyou

  • @ketakikulkarni7363
    @ketakikulkarni7363 6 годин тому

    The 'comp' part in sorting ,the __builtin_popcount() ,the next_permuation() and the *max_element() concepts were something I learnt new!
    Amazing Explanation!
    Thankyou sir! 🙏

  • @meghasaxena2195
    @meghasaxena2195 Рік тому +21

    This was my first time learning STL, and bingo ! That was very easy, idk if someone else would have taught like this.
    Day 5 of Striver A2Z DSA Course Completed ✅

    • @OfficialCreater15
      @OfficialCreater15 5 місяців тому

      u r saying that u completed course in 5 days?????

    • @moksh_plays5658
      @moksh_plays5658 5 місяців тому +1

      @@OfficialCreater15 no he said that he completed his a2z course 5 days ago

    • @dh3uv
      @dh3uv 5 місяців тому

      @@moksh_plays5658 (she)said 5 days are completed doing this course

    • @krishnasinghal14
      @krishnasinghal14 4 місяці тому +2

      @@moksh_plays5658 you both are wrong 😂, she said, her 5th day of learning dsa is completed.

    • @ParadoxicalShubh
      @ParadoxicalShubh Місяць тому +1

      @@krishnasinghal14 u all are right , she is wrong

  • @sarthakchaturvedi3819
    @sarthakchaturvedi3819 2 роки тому +12

    Has everything that's required and yet explained in such a clear and structured manner! Amazing video sir 👍👍

  • @gorantlakarthik6875
    @gorantlakarthik6875 Рік тому +39

    Awesome !! Just awesome .. 1 hour video but so packed and curated it took me around 5 hrs to do(i took heavy notes) !!

    • @akhilgupta4997
      @akhilgupta4997 Рік тому +9

      can you share notes please

    • @morhadi
      @morhadi Рік тому

      @@akhilgupta4997 +1

    • @rgamma7468
      @rgamma7468 9 місяців тому +1

      Yea, i am doing this since afternoon and its 11 at the night. I took long breaks in between though.

    • @Asur.....
      @Asur..... 7 місяців тому +1

      Bro I'm facing 404 error while opening the notes uploaded by striver sir ,so can u send me notes

    • @Narrator_
      @Narrator_ 6 місяців тому +1

      bro can i get your notes

  • @a31kushagra58
    @a31kushagra58 6 місяців тому +5

    I think there just be a small correction at 52:33 , Line No 489 , it should be "cout

  • @abhishekshivgan1884
    @abhishekshivgan1884 17 днів тому +1

    Following the Striver's DSA series, I am pretty sure this video will gonna help a lot in my preparation. Thanks for all your efforts!

  • @vatsalkudecha2746
    @vatsalkudecha2746 2 роки тому +127

    Even though I've already seen that 45 minutes stl video on TUF and stl series on code-beyond, I'm still going to watch this one. ✌

  • @shiv.shankar
    @shiv.shankar Рік тому +55

    Bhaiya Just a small correction at 45:00 you wrote ms.find(1) + 2 in the end part of the erase() function. But this will give us an error because only array, vector, and string can store elements in contiguous memory locations, so we can't do +2 and access the element after the first occurrence of 1. Here is the corrected code for that part:
    auto it = ms.find(1);
    advance(it, 2); /* Now the iterator is one position ahead of where you want it to be. This is because in the erase() function it takes from the start till one element less than the end that we specified.*/
    ms.erase(ms.find(1), it); // Now we have the iterator in the correct place so it will erase properly and we will be left with only one 1.

    • @priyanshugupta5192
      @priyanshugupta5192 Рік тому

      thanks bro

    • @roxy2925
      @roxy2925 Рік тому

      thanks bro

    • @bihanbanerjee
      @bihanbanerjee Рік тому +1

      We can do ```ms.erase(ms.find(3), next(ms.find(3), 2));``` also.

    • @shiv.shankar
      @shiv.shankar Рік тому +1

      @@bihanbanerjee Ya next() and advance() are pretty similar.

    • @shiv.shankar
      @shiv.shankar Рік тому +1

      @@bihanbanerjee Thank you for showing alternate code

  • @Antisocialbutterflyhere
    @Antisocialbutterflyhere 2 роки тому +6

    If you reading this then i just want to let you know that you are awesome you are truly truly awesome 😎 , like totally fire it's not about getting placement or high paying it's about enjoying the journey of learning with you and it's truly amazing 🤩. Keep doing dude , you will achieve more 😃.

    • @jyothikamalesh7586
      @jyothikamalesh7586 2 роки тому +1

      Heyy,Thats a good message to read
      Keep impacting the same...
      I like the good vibe going😁💫💫

  • @UnknownDude-e6t
    @UnknownDude-e6t 8 місяців тому +3

    49:56 There is a syntax error in mpp.emplace({3,1}). Instead of that mpp.emplace(3,1); , you taught it previously in the video. Btw thanks for the most complete and amazing lecture on STL available on youtube Striver !!❤

  • @v.keerthigakeerthi428
    @v.keerthigakeerthi428 Рік тому +1

    I have more and more confidence to place a top most company , you are changing my life brighter thank you very much ❤❤❤❤❤👏👏👏

  • @shreyxnsh.14
    @shreyxnsh.14 Рік тому +16

    at 50:00 you dont have to put curly brackets for maps when using emplace function, only for insert function

  • @itz_me_imraan02
    @itz_me_imraan02 2 роки тому +29

    As u already covered a lot of videos on interview related preparation....i guess now you can upload some CP related stuff like number theory, combinatorics, etc etc... 🤗💕

    • @imshivendra
      @imshivendra 2 роки тому

      Do Product Based Comapany also ask CP ? I don't think so.

    • @itz_me_imraan02
      @itz_me_imraan02 2 роки тому +1

      @@imshivendra I heard few top product based companies prefer CP....

  • @roshanzameer1998
    @roshanzameer1998 Рік тому +4

    Greatest Stl video one could ever create. Each and every point is covered with great detailing

  • @proteansan5141
    @proteansan5141 7 місяців тому +1

    Thank You Striver !
    Wanted to learn STL from a long time but couldn't complete due to the lengthiness of courses available.
    You gave us the precise idea of stuff that is actually necessary for regular use, Thank YOU !

  • @Harshacodes
    @Harshacodes 3 місяці тому

    Life changing for midddle class students who cannot afford high cost courses...even if they do afford ..here content quality is just Top notch!!! 💯💯

  • @joelgeorge7038
    @joelgeorge7038 2 роки тому +4

    This is indeed a complete STL package. Thanks a lot❤

  • @sohamsarkar8774
    @sohamsarkar8774 Рік тому +11

    This is a great summarized STL video, really helpful for beginners as well as advanced folks (it's like a mini revision for y'all)

  • @himiteshsahai5498
    @himiteshsahai5498 7 місяців тому +3

    at 57:13 descending sort syntax should be "sort(a,a+n,greater());"

  • @heheboi3969
    @heheboi3969 День тому

    The session was fairly informative and helpful!!.Looking forward to attending more such sessions.

  • @bharathslip9
    @bharathslip9 6 місяців тому

    Honestly this is the best video on STL, please keep up the good work. KUDOS.

  • @EdgeOfSoumik
    @EdgeOfSoumik 2 роки тому +4

    Today I just learnt the STL part of C++. Thanks Raj dada!! 💌

  • @jaydeeeep
    @jaydeeeep 2 роки тому +4

    Thank you Striver, you’re one of the best teachers I ever had.

  • @parth7d2
    @parth7d2 2 роки тому +6

    Thank you for explaining in such easy and concise way! 🙏

  • @Program_20
    @Program_20 Рік тому +1

    It's me in January 2024.
    June or July will be my placement so i started to following ur vedios and road maps.
    I really having that I will be placed in one of the top company.
    Thank striver for making us to confident.

  • @harshit.jindal
    @harshit.jindal 2 роки тому +5

    At 43:30, you mentioned that all operations on sets take O(log(N)), but on line 383 you've mentioned that erase operation takes O(1) if given an iterator

    • @creepopsub2936
      @creepopsub2936 Рік тому

      special case hai i guess.
      btw at 23:10 vector::iterator it1= v.rbegin();
      vector::iterator it2= v.rend();
      working??
      I GOT THIS ERROR. PLZ HELP BRO
      error: conversion from 'std::vector::reverse_iterator' {aka 'std::reverse_iterator'} to non-scalar type 'std::vector::iterator' requested
      pta nhi this doesnt rums😅😅

    • @aarfeenanees9147
      @aarfeenanees9147 Рік тому +1

      ​@@creepopsub2936 iterators are of different type. the rend() member function returns an iterator of type std::vector::reverse_iterator, which gives an error when you try to store in a variable it2 of type std::vector::iterator. Just simply write std::vector::reverse_iterator its2 = v.rend() instead an it will work.
      As iterators come in varieties (std::vector::cont_iterator to name one), It becomes tedious and an error-prone way to always explicitly define iterator type when declaring a variable. So I'd advice you to use auto keyword instead. It saves you from writing verbose iterator type-names and prevents errors from creeping into your code.

    • @creepopsub2936
      @creepopsub2936 Рік тому

      @@aarfeenanees9147 Thank u so much bro! Literally i asked thousands of people about this and no one could teach me this. I didn't even get this on stack overflow etc.
      Thank u so much buddy! It really meant alot.
      Are You On LinkedIn??

    • @creepopsub2936
      @creepopsub2936 Рік тому

      @@aarfeenanees9147 I would surely love to connect with you. Thank you so much yar.

    • @aarfeenanees9147
      @aarfeenanees9147 Рік тому +1

      @@creepopsub2936 I'm not on LinkedIn yet, but will create an account once I start College.

  • @PiyushMishra-tq6cl
    @PiyushMishra-tq6cl Рік тому +6

    Hey I am new to this channel so I started exploring but I think the playlist is not arranged well so I've a few doubts has he covered everything in c++ like pointers structure etc or do I need to cover basic c++ before to continue with this playlist?

    • @Vipul_775
      @Vipul_775 11 місяців тому +1

      First learn the basics of c++ then start from striver A2Z dsa sheet not directly youtube videos but start sheet questions of striver 455 questions bcz they all are arranged in well mannered [ east to hard]😊

    • @PiyushMishra-tq6cl
      @PiyushMishra-tq6cl 11 місяців тому +1

      ​@@Vipul_775 Thanks bro but from where should I cover basic c++?

    • @Vipul_775
      @Vipul_775 11 місяців тому

      @@PiyushMishra-tq6cl if u can buy paid udemy course of 500rs. Then u can buy abdul bari c++ course which is very good course on c++ and if u want free course then follow code with harry playlist

    • @Vipul_775
      @Vipul_775 11 місяців тому +1

      @@PiyushMishra-tq6cl code with harry

    • @PiyushMishra-tq6cl
      @PiyushMishra-tq6cl 11 місяців тому +1

      Hey I saw his azsheet but In the heap learning section there was no video

  • @pusendrachaudhary5480
    @pusendrachaudhary5480 2 роки тому +20

    Hey Striver, I can solve most of the problems but could not calculate time complexity properly. And also there is no any time and space complexity-related videos in your channel. so can you please make a time and space complexity videos in depth just like recursion ::). Love from Nepal.

    • @gunahawk6893
      @gunahawk6893 2 роки тому +1

      Check uncode gate serious might help

  • @ankita_8825
    @ankita_8825 Рік тому +1

    thanks a lot ..really helpful .this 1 hr course of stl was just the best stl video i came across till now 👏👏

  • @opinox2975
    @opinox2975 Рік тому

    He is the best for leaning any language i was facing so many issues earlier but after watching this video i have no doubts about stl at all thank you so much striver

  • @budhadityachatterjee6270
    @budhadityachatterjee6270 2 роки тому +5

    Java Collections please !!

  • @narendrarokkam5367
    @narendrarokkam5367 2 роки тому +5

    Bhiaya pls make one video about collection framework video for java users

  • @HassanRaza-vm3xs
    @HassanRaza-vm3xs Рік тому +4

    00:11:00
    can't we resize array like this
    int size;
    cin>>size;
    int array[size];

    • @GOJOANDSUKUNAFAN
      @GOJOANDSUKUNAFAN 10 місяців тому

      Yes you can

    • @pushprajsingh6891
      @pushprajsingh6891 8 місяців тому

      but its not recommended to do so ...i dont remember the exact reason by now

    • @GOJOANDSUKUNAFAN
      @GOJOANDSUKUNAFAN 8 місяців тому

      @@pushprajsingh6891 the reason is basic we don't use it cause it's a bad thing bt no in soon videos of Striver he is literally doing this so it dosent really matter

    • @kaus05
      @kaus05 День тому

      This can be done but iirc this is implementation dependent, this concept is variable length array i think? The c++ standard does not recommended this kind of works because the compiler is fine with array[size] because size is defined at compile time but again you cannot change the size since doing array[size] with a different value of size would count as redefinition of array which would give a compiler error

  • @RealityCheck6969
    @RealityCheck6969 Рік тому

    One of the rare indian youtuber that is not annoying to listen to. Good video man.

  • @okok-bt2mp
    @okok-bt2mp 6 місяців тому

    Finally learned stl.
    7/7/24.
    Thanks a lot. One of the best teacher❤

  • @Everdonebruhhhhhhhhhhhhhhhhhh
    @Everdonebruhhhhhhhhhhhhhhhhhh 3 місяці тому

    44:07 the fact he's enjoying by teaching us , ThankYou STRIVER💗

  • @THEAMITESHRANJAN
    @THEAMITESHRANJAN 8 місяців тому +1

    best STL video ever existed on youtube !! . Thank you so much bhaiya.

  • @SiddhantdaChaudhary
    @SiddhantdaChaudhary 11 місяців тому

    You're a amazing person because you have a tremendous amount of energy in speaking and thankyou for being a rope for use to climb the mountain of DSA....🙌🙌

  • @ramkumartr1501
    @ramkumartr1501 6 місяців тому

    A great introductory part for all the beginners. Feeling grateful to have you striver

  • @chetanreddyn4846
    @chetanreddyn4846 17 днів тому

    Its an incredibly amazing video to get started. I was trying to do a coursera course which never covered all these in one shot

  • @shikhar2203
    @shikhar2203 Рік тому

    The best C++ STL video on UA-cam.❤❤

  • @thisguyispeculiar
    @thisguyispeculiar 10 місяців тому +1

    Best video on STL I have ever found. Thanks a lot. 🙏🏼

  • @Mahamudul_Hasan0
    @Mahamudul_Hasan0 Рік тому +1

    Best STL playlist i have ever seen🥺.thanks bro

  • @rishikeshg8926
    @rishikeshg8926 Рік тому

    Short and crisp lecture on STL in C++. It helped me a lot.Thanks for this Video : )

  • @rakshithravi16
    @rakshithravi16 4 місяці тому

    Counting number of bits and permutations in a string is so useful. Thank you so much Sir!!

  • @Sumanth_Siddareddy
    @Sumanth_Siddareddy Рік тому

    Thank you, Striver! for explaining the C++ STL in a clear-cut way. It helps me to learn C++ STL quickly.

  • @Jyot437
    @Jyot437 10 місяців тому

    The way he explains everything is very good.thanks bro for this. This is very helpful for us.

  • @tsk04
    @tsk04 6 місяців тому +1

    Soo grateful for such videos at free of cost ...

  • @AbcEfg-m2v
    @AbcEfg-m2v Місяць тому

    just sharing it with my friends. such an incredible channel .mind blowing content

  • @SYCOA12CHAITANYAASOLE
    @SYCOA12CHAITANYAASOLE 10 місяців тому

    What a video sir !! Really hats off to your hardwork. The way you teach is simply amazing. Keep going, keep growing.

  • @sfmuhit
    @sfmuhit 4 місяці тому

    Thanks Striver i was struggling with STL but This video really helped me a lot.😍

  • @vrajbhingradiya9867
    @vrajbhingradiya9867 9 місяців тому

    awesome content brother!
    fr! this is that one video that I always wanted where one would explain the basic stl . I always use to get stuck on coding platforms because of that. Now it's sorted.

  • @KaranYaduvanshi22222
    @KaranYaduvanshi22222 14 днів тому +1

    thank you so much striver bhaiya❣❣❣

  • @Maggiee
    @Maggiee 21 день тому

    thank you for making this series it really helps

  • @learnbasicswithc-programmi7140
    @learnbasicswithc-programmi7140 8 місяців тому

    Really The best Explanation for STL , that too in a shorter period. It Boosts Confidence among students who wants to start DSA in C++ language. Thank You Sir.

  • @PriyaGupta-sg4sm
    @PriyaGupta-sg4sm Рік тому +1

    Best STL video on youtube !

  • @PrepAndVlog01
    @PrepAndVlog01 11 днів тому +1

    day 3 complete
    thanku
    pattern vale kl 7 question keye the bs 2 sir ne karaye the bake khud se keye the
    aaj mane 30 min ke video dekhi h or kl dekhuge 30 min me he bhot jayda knowlege ho gye demag me bhi to rakhna h ache se varna garbage value ho jayege demag me

  • @singaram1176
    @singaram1176 2 місяці тому

    Great i learnt the STL way better from your video Striver thanks for the video and good luck !

  • @akshitmangotra5370
    @akshitmangotra5370 Рік тому +1

    Just one imp thing, i lists we cant have random access to memory. list[1] would give error. wherease for vectors we can do it.
    Note: when operations of insertion/deletion are more prefers lists
    When operations of accessing elements are more ,prefer vectors.

  • @JohnWick-fq1jb
    @JohnWick-fq1jb Рік тому +1

    Mind blowing, participating contests uptill now with basic knowledge, creating functions for already built stl libraries💀, thanks, i hope I'll improve now.👍

  • @adityaasthana8758
    @adityaasthana8758 Місяць тому

    What a beautiful video it was...Thank u so much for this...

  • @sanjarcode
    @sanjarcode 8 місяців тому

    55:61 the functor is missing parentheses, i.e. final code will be:
    `sort(a, a+n, greater())`

  • @edisane8763
    @edisane8763 Рік тому

    Some corrections:
    sort(a,a+n,greater()); //sorts in descending order
    sort(begin(a),end(a),comp);

  • @TechnicalDrMusic
    @TechnicalDrMusic 6 місяців тому

    if someone is landed at this video, please please don't skip, after many try almost DSA, I feel why should learn this series and how important for us, straightforward-> LIFE_TIME, thank you so much strive sir, you are a genius in the world DSA even for indian yes?😉

  • @adityarawat6433
    @adityarawat6433 10 місяців тому +1

    Thank you so much stiver for this video. I am just starting DSA and it is already getting really hard for me. Don't know how long I'll be able to sustain. Even if I complete all of this, will be worth it at the end or not.

  • @aj-lan284
    @aj-lan284 8 місяців тому +1

    you are an inspiration striver and a good human being.

  • @programmerdai5057
    @programmerdai5057 Місяць тому

    Best video ON STL for begineers.

  • @deepakjain4481
    @deepakjain4481 Рік тому

    i was suffering from writing big codes your tutorial made me help

  • @vireshdeshamane
    @vireshdeshamane Рік тому

    Thanks

  •  4 дні тому

    The syntax of reverse iterator is wrong. It should be:
    vector :: reverse_iterator = v.rbegin();
    iterator used with rbegin() will give error.

  • @AtanuDebnath
    @AtanuDebnath Рік тому

    Raj bhaiya, the lecture is golden!!! it was so info. dense . but it is worth it to spend more time understanding each thing. understood it . thank you !

  • @SAMARTHPAWAN
    @SAMARTHPAWAN Рік тому

    very short concise and beautifully explained for intermediates and beginners!

  • @PrithaMajumder
    @PrithaMajumder 8 місяців тому +1

    Raj, Thanks a lot for This Amazing Video about C++ STL
    Lecture - 6 Completed ✅

  • @HonestView-4U
    @HonestView-4U Рік тому

    you are making DSA life easier👍

  • @shakthiviviyn
    @shakthiviviyn Рік тому

    Really good crash course for C++ STL library. Can quickly learn all the available data structures and get Leetcoding.

  • @neeltiwari7364
    @neeltiwari7364 11 місяців тому

    "The teaching methodology explains the expertise acquired by the instructor, making it the best one-stop solution for learning DSA