Gmail tip:
You can add +anything after your email name. It still goes to the same inbox.
Example (if your email is [email protected]):
[email protected] β goes to [email protected]
Super handy for testing signups. No need to bother your familyβs emails just to test your app.
You can add +anything after your email name. It still goes to the same inbox.
Example (if your email is [email protected]):
[email protected] β goes to [email protected]
Super handy for testing signups. No need to bother your familyβs emails just to test your app.
π9π₯4π«‘4β€2
The Blogrammer
Going into my bloomberg interview. Wish me luck
https://leetcode.com/problems/sort-integers-by-the-power-value/description/
This was the question, but for just one number and you have to do it iteratively while keeping it optimized using memoization and DP
This was the question, but for just one number and you have to do it iteratively while keeping it optimized using memoization and DP
LeetCode
Sort Integers by The Power Value - LeetCode
Can you solve this real interview question? Sort Integers by The Power Value - The power of an integer x is defined as the number of steps needed to transform x into 1 using the following steps:
* if x is even then x = x / 2
* if x is odd then x = 3 *β¦
* if x is even then x = x / 2
* if x is odd then x = 3 *β¦
β‘16
