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

preview_player
Показать описание


In case you are thinking to buy courses, please check below:

----------------------------------------------------------------------------------------------------------------------------------------------------
Рекомендации по теме
Комментарии
Автор

Chapters:
00:01:02 Libraries
00:01:51 namespace std
00:02:40 Functions
00:05:08 STL
00:05:40 pair <int, int>
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 !!!

lalitkumarsharma
Автор

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

Thankyou!

abdurrahmanchauhan
Автор

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.

yashbhamare
Автор

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.

hardikchawhan
Автор

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.

peacejoy
Автор

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 .

GOPIKUMAR-vvsy
Автор

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

MayurVarma
Автор

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!

preethamreddy
Автор

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.

webhelpbyvarghab
Автор

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 💯💯💯💯💯💯

souravpramanik
Автор

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

dipbhowmik
Автор

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

SameekshaCshetty
Автор

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

gilfoyle
Автор

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.

kshitizsaini
Автор

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

nitishkumarram
Автор

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.

pendemanjali
Автор

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

shreyxnsh.
Автор

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

ADEEBARASHIDBAI
Автор

I think there just be a small correction at 52:33, Line No 489, it should be "cout<<it->second<<endl;"

akushagra
Автор

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

kunalvijay