bitwise operation Algorithm to detect whether two numbers have opposite signs using bitwise operators We present a bitwise algorithm to detect whether two numbers have opposite signs. This is important as using comparision based operations is slow and nearly all hardware support optimizations for bitwise operations
C++ Most commonly used utilities in Standard Template Library in C++ This is an overview of the most commonly used utilities in Standard Template Library in C++. We have covered Iterator, Vector, Stack, Queue, Priority Queue, Map, Set and Pair utilities.