Problem Link - https://leetcode.com/problems/two-sum/ class Solution { public: vector<int> twoSum(vector<int>& nums, int target) { int...
What is Computer Network? A computer network is a collection of various computing devices that are connected using multiple paths for the purpose of...
The most difficult question ever asked in interview. Can you answer this without judging yourself? Its Possible or Impossible? Here a few points...
Rule of 1.01 1.01 ^ 365 = 37.8 Everyday do a little to grow and atleast try to do. Here are 5 ways to grow 1% daily. 1. Fail more, Fail fast & Fail...
So, the problem statement is: Given a signed 32-bit integer x, return x with its digits reversed. If reversing x causes the value to go outside the...
So, the problem statement was: Given an array of integers nums and an integer target, return indices of the two numbers such that they add up to...