Problem Here is my merge sort c++ implementation. Looking for code improvement and optimization opinion. Just one question which is […]

Problem I’ve solved a problem Subset Component Problem You are given an array with n 64-bit integers: d[0],d[1],….,d[n-1]. BIT(x, i) = (x […]

Problem I successfully solved a problem on Hackerrank called Contacts, but I’m curious if my code in C++ looks good […]

Problem Have a working version of MySQL implementation of ThorsSQL library done. If you want to check it out you […]