Program to Cyclically rotate an array by one

Subarray with given sum

Given an array, rotate the array by one position in clock-wise direction. Below question to rotate an array is taken from GeeksforGeeks platform . To rotate an array following are steps : 1) Store last element in a variable say x.2) Shift all elements one position ahead.3) Replace first element of array with x. Example 1: Example… Read More

Bhailang Programming Language

Bhailang

Bhailang is a dynamically typed toy programming language and it is based on an inside joke, written in Typescript, and makes programming more fun. Bhailang is a new programming language introduced by two Indians named Rishabh Tripathi and Aniket Singh, both are software development engineers at Groww and Amazon respectively. You can check the Bhailang… Read More