Minimum One Bit Operations to Make Integers Zero Posted 10/28/2022 Given an array of integers, the problem is to find the minimum number of operations needed to make all the integers in the array 0 by performing only one bit operation (flipping one bit) at a time
Sam and substrings Posted 06/24/2022 Given a string, the problem is to find the sum of all possible substrings of it
Unreal Engine Networking - Session Posted 06/21/2022 In this article we will build a host game/join game mechanic using C++ and Unreal Engine Session API