Jyotishman GoswamiMaximizing the Sum of N Consecutive Integers in an Array with JavaScriptTo find the maximum sum of n consecutive integers in an array, we will use a sliding window technique. We will create a window of size n…Mar 31, 2023Mar 31, 2023
Jyotishman GoswamiCounting Unique Values in a Sorted Array using JavaScript: A Two-Pointer AlgorithmConsider the following sorted array of integers:Mar 29, 2023Mar 29, 2023
Jyotishman GoswamiHow to make a QR Code using JavaScript.Nowadays QR code is in trending and it is used everywhere. People make their website links using QR code, and many e-commerce sites and…Mar 25, 2023Mar 25, 2023