InGeek CulturebyMansi ManhasWrite a program to convert an integer to a roman numeralTo write a program that converts an interger to a roman numeral, we must first understand the roman numerals representation and…Oct 16, 2022Oct 16, 2022
Mansi ManhasFlatten a Nested Object in JavaScriptFlattening a JavaScript Nested Object is a very common question I came across in technical interviews.Jan 23, 20221Jan 23, 20221
Mansi ManhasInterview Questions Series Part 1 — Dynamic Progrogramming | Find Maximum Profit in Job SchedulingI recently came through a question for Swiggy’s SDE II position posted on `Geeks For Geeks`! Even though questions might not be the same…Nov 29, 20211Nov 29, 20211
Mansi ManhasFind how many Sundays fell on the first of the month for a given year using JavaScript —…Write a program to determine how many Sundays fell on the first of the month for a given year.Nov 30, 2021Nov 30, 2021
InGeek CulturebyMansi ManhasProgramming Interview Questions #3 | Perfect, Deficient, and Abundant Numbers | EasyWhen Number N === Sum of its proper divisors . Then, it is known as a Perfect Number. Example:Nov 30, 2021Nov 30, 2021
Mansi ManhasInterview Questions #2 — Convert Binary Number in a Linked List to Integer | EasyThis one is an easy problem. Before jumping into the code, you must know what is a binary number and how do we convert binary to decimal.Nov 29, 2021Nov 29, 2021