Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in unordered-set
Is iteration order of two unordered_set-s with same contents guaranteed to be the same
Jun 12, 2026
c++
c++11
language-lawyer
unordered-map
unordered-set
C# Dictionary that uses an Unordered Pair as its Key?
Jun 11, 2026
c#
dictionary
unity-game-engine
unordered-set
unordered
Why does case insensitive work with std::hash function for std::unordered_set?
Jun 03, 2026
c++
c++11
unordered-set
Is an unordered_set an appropriate data structure for storing vector<int> elements? And if so how would I go about implementing the hash function?
May 10, 2026
c++
data-structures
hash
unordered-set
Intersection of two `unordered_set`s in C++ "not working" when in a class method but works with `set`?
May 07, 2026
c++
c++11
set
unordered-set
Why this code gives me compiler error: "Static assertion failed due to...the hash does not meet the Hash requirement"
May 01, 2026
c++
hash
clang++
unordered-set
unordered_set of TCHAR* requirements?
May 01, 2026
c++
unordered-set
How to efficiently replace elements in an unordered_set while iterating over it?
Apr 24, 2026
c++
iterator
replace
unordered-set
std::set_intersection is for sorted ranges as [ _ ] is for unsorted ranges/containers
Mar 26, 2026
c++
intersection
sorting
idioms
unordered-set
why does unordered set mix the values
Mar 21, 2026
c++
unordered-set
How to use unordered_set::contains() with a custom class?
Mar 13, 2026
c++
unordered-set
how to access only element of unordered_set in c++?
Mar 10, 2026
c++
c++11
unordered-set
C++ std::unordered_set SIGFPE exception
Feb 28, 2026
c++
stl
unordered-set
sigfpe
Overloading == operator in unordered_set
Feb 26, 2026
c++
c++11
operator-overloading
unordered-set
why does insert in std::unordered_set call the copy constructor?
Jan 31, 2026
c++
insert
unordered-set
Find number of valid squares from the provided number (>=4) of coordinates
Dec 23, 2025
c++
algorithm
geometry
time-complexity
unordered-set
buckets in std::unordered_multiset
Dec 11, 2025
c++
c++11
unordered-set
Sorting on unordered_sets
Dec 06, 2025
sorting
c++11
unordered-set
Older Entries »