No video

std::unordered_set In C++

  Рет қаралды 33,220

CppNuts

CppNuts

Күн бұрын

JOIN ME
-----
KZfaq 🎬 / @cppnuts
Patreon 🚀 / cppnuts
COMPLETE PLAYLIST
------------
C++ Tutorial For Beginners: • Introduction To C++
STL (Standard Template Library): • STL In C++
ThreadIng In C++: • Multithreading In C++
Data Structures: • Data Structure
Algorithms: • Binary Search
Design Patterns: • Factory Design Pattern...
Smart Pointers: • Smart Pointer In C++
C++14: • Digit Separator In C++
C++17: • std string_view in C++...
C++ All Type Casts: • static_cast In C++
INTERVIEW PLAYLIST
------------
C++ Interview Q&A: • Structural Padding & P...
C++ Interview Q&A For Experienced: • How delete[] Knows How...
Linked List Interview Questions: • Find Kth Node From Bac...
BST Interview Questions: • Search Element In Bina...
Array Interview Questions: • Reverse An Array
String Interview Questions: • Check String Is Palind...
Bit Manipulation Questions: • Find Set Bit In Intege...
Binary Tree Interview Question: • Invert Binary Tree
Sorting Algorithms: • Bubble Sort
C++ MCQ: • Video
C MCQ: • What printf returns af...
C Interview Questions: • Designated Initializat...
QUICK SHORT VIDEOS
-------------
C++ Short : • C++ Short Videos
C Short : • Shorts C Programming MCQ
NOTES:
0. Unordered Set is a associative container that contains set of unique objects.
1. Search, insertion, and removal have average constant-time complexity.
2. Internally, the elements are organised into buckets.
3. It uses hashing to insert elements into buckets.
4. This allows fast access to individual elements, since once a hash is computed,
it refers to the exact bucket the element is placed into.
WHY UNORDERED SET?
0. maintain a collection of unique items with fast insertion and removal.
#dsa #algorithm #cpp #programming #tutorial #competitiveprogramming #interviewquestions #softwareengineering #computerscience

Пікірлер: 50
@lazizaakramova8602
@lazizaakramova8602 Жыл бұрын
I am very happy because I found your channel, I have a goal now to watch every single video here and leave a comment@like after it! Thank you once again!
@lazizaakramova8602
@lazizaakramova8602 Жыл бұрын
Thank you very much you are one of my favourite teachers now! Very grateful for your efforts!
@es-yy2cm
@es-yy2cm Жыл бұрын
Your English is very understandable and clear!
@CppNuts
@CppNuts Жыл бұрын
Thanks man..
@Serafhunter
@Serafhunter 4 жыл бұрын
Really liked the in-depth explanation you gave, thanks for making videos with such detail
@vivekyuvan
@vivekyuvan Жыл бұрын
thank you got clear idea about sets and unordered sets
@jiangfenglin4359
@jiangfenglin4359 3 жыл бұрын
Thank you very much for making this series! It's very helpful :)
@CppNuts
@CppNuts 3 жыл бұрын
Glad it was helpful!
@mohammedsuhailbasha4860
@mohammedsuhailbasha4860 4 жыл бұрын
Very nice explaination sir thanks sir.please upload videos in data structures sir.we are eagerly waiting for your videos in data structures sir
@CppNuts
@CppNuts 4 жыл бұрын
Even i m waiting..
@collwyr
@collwyr 4 жыл бұрын
really liked this video as I was struggling to find some decent documentation about these DS's without it being stupidly abstract. but I felt this video could have spent a bit more time on the example you created and potentially could have shown maybe one or two more to help people understand more.
@teetanrobotics5363
@teetanrobotics5363 4 жыл бұрын
thank you so much for these videos bro. They are really very informational.
@behindthescene4406
@behindthescene4406 4 жыл бұрын
Bro I didn't understand line 24 can u kindly explain me
@andreasostlund4081
@andreasostlund4081 11 ай бұрын
Needed a Hashtable for leetcode 217, solid video.
@Akshay90909
@Akshay90909 3 жыл бұрын
Most valuable videos please keep it up
@CppNuts
@CppNuts 3 жыл бұрын
Thanks man..
@agnichatian
@agnichatian 3 жыл бұрын
strange compile error when I try to store my own Point2f class objects;. They have only 2 floats x,y as data, follow rule of 5, have ==, defined. Do we need a user class hash function ? the key error seems to be: ...\type_traits(2241): note: 'std::_Conditionally_enabled_hash::_Conditionally_enabled_hash(const std::_Conditionally_enabled_hash &)': function was explicitly deleted with [ _Kty=Point2f ]
@harshsahu7825
@harshsahu7825 4 жыл бұрын
Great work, once again!!
@CppNuts
@CppNuts 4 жыл бұрын
Thanks for the comment..
@behindthescene4406
@behindthescene4406 4 жыл бұрын
Bro I didn't understand line 24 can u kindly explain me
@aasifali9139
@aasifali9139 2 жыл бұрын
thx man this video was really helpful.
@CppNuts
@CppNuts 2 жыл бұрын
Glad it helped
@udaysingh7748
@udaysingh7748 4 жыл бұрын
you are amazing so amazing You deserve in IIT as professor
@CppNuts
@CppNuts 4 жыл бұрын
Glad that you think like this..
@michaelfunny1989
@michaelfunny1989 4 жыл бұрын
Thanks for the videos. Can please make a video on lvalue, rvalue and move semantics?
@CppNuts
@CppNuts 4 жыл бұрын
Yes but little later..
@behindthescene4406
@behindthescene4406 4 жыл бұрын
Bro I didn't understand line 24 can u kindly explain me
@karthickkumar1380
@karthickkumar1380 3 жыл бұрын
God You;
@CppNuts
@CppNuts 3 жыл бұрын
Thanks dude..
@karoldrazek7614
@karoldrazek7614 4 жыл бұрын
Thank you! :)
@CppNuts
@CppNuts 4 жыл бұрын
You're welcome!
@rajeevranjan8260
@rajeevranjan8260 4 жыл бұрын
sir can you add videos on how to use stl to solve problems of tree and graphs
@ankitahlawat4812
@ankitahlawat4812 4 жыл бұрын
thank you
@CppNuts
@CppNuts 4 жыл бұрын
Welcome..
@crushed_oreos
@crushed_oreos 2 жыл бұрын
Thanks man
@CppNuts
@CppNuts 2 жыл бұрын
Welcome man..
@wasilislam6663
@wasilislam6663 3 жыл бұрын
Nicely done
@CppNuts
@CppNuts 3 жыл бұрын
Thanks man.
@bystrovm1424
@bystrovm1424 3 жыл бұрын
Thank you
@CppNuts
@CppNuts 3 жыл бұрын
Welcome
@adward7336
@adward7336 4 жыл бұрын
use of unorder_set and unordered_map in competative examination
@shuvrodas6399
@shuvrodas6399 3 жыл бұрын
Why output is 3 2 1 4. Not 4 1 2 3??
@dhanushambrose4179
@dhanushambrose4179 4 жыл бұрын
sir try to make videos on DAA concepts.
@poojarawatvlogs3754
@poojarawatvlogs3754 4 жыл бұрын
Can you make video on Qt tutorial?
@CppNuts
@CppNuts 4 жыл бұрын
Yes but it has to wait longer, i have committed DS Algo before that.
@vishalagrahari1520
@vishalagrahari1520 4 жыл бұрын
Very helpful!
@CppNuts
@CppNuts 4 жыл бұрын
Glad it was helpful!
@tahmidbhuiyan5591
@tahmidbhuiyan5591 2 жыл бұрын
setUH
@caleb7799
@caleb7799 2 жыл бұрын
stop poping your ts
std::unordered_multiset In C++
12:33
CppNuts
Рет қаралды 8 М.
std::priority_queue In C++
11:15
CppNuts
Рет қаралды 54 М.
How I Did The SELF BENDING Spoon 😱🥄 #shorts
00:19
Wian
Рет қаралды 37 МЛН
Please Help Barry Choose His Real Son
00:23
Garri Creative
Рет қаралды 23 МЛН
7 Days Stranded In A Cave
17:59
MrBeast
Рет қаралды 95 МЛН
Google Coding Interview With A High School Student
57:24
Clément Mihailescu
Рет қаралды 4,1 МЛН
[C++] STL: Set, Multiset, Unordered_set и Unordered_multiset
20:09
Efremov Engineer
Рет қаралды 7 М.
std::set In C++
13:56
CppNuts
Рет қаралды 94 М.
Object-Oriented Programming is Embarrassing: 4 Short Examples
28:03
Google Coding Interview With A Competitive Programmer
54:17
Clément Mihailescu
Рет қаралды 2,5 МЛН
the TRUTH about C++ (is it worth your time?)
3:17
Low Level Learning
Рет қаралды 681 М.
STL std::set | Modern Cpp Series Ep. 121
24:15
Mike Shah
Рет қаралды 3,5 М.
How I Did The SELF BENDING Spoon 😱🥄 #shorts
00:19
Wian
Рет қаралды 37 МЛН