#programming-languages
Read more stories on Hashnode
Articles with this tag
An example of a string in C++ · Problem statement We define the usage of capitals in a word to be right when one of the following cases holds: All...
An example of the Bit Masking Technique · Problem statement Given a string array words, return the maximum value of length(word[i]) * length(word[j])...
Yet another example of the bitwise XOR operator · Problem statement The Hamming distance between two integers is the number of positions at which the...
An example of using vector<bool> · Problem statement Given an array nums of n integers where nums[i] is in the range [1, n], return an array of all the...