[DAY 39-41] I Built 2 Minigames & Solved 4 Leetcode Challenges
Hi everyone! Welcome back to another blog where I document the things I learned in web development. I do this because it helps retain the information and concepts as it is some sort of an active recall. On days 39-41, I built a platform game (a type of game like super mario or geometry dash), a dice game, and solved 4 leetcode challenges which are: Find The Maximum Achievable Number - in which you are given 2 integers and must return the maximum achievable number after applying the operation at a certain amount of times. Build Array From Permutation - where you are given an array1 and must build a new array2 of the same length where the elements must meet a certain criteria of the array1. Permutation Difference between Two Strings - in which you are given 2 strings and must get the index of similar letters and get their absolute differences then get their sum. Final Value of Variable After Performing Operations - where you are given an array of strings which specify if you are goin...