Q1. Triangle Star Pattern Task Your task is to print a triangle pattern using stars (*) for a given integer N, which represents the number of r... read more
Q2. Encode The String Problem Statement Given a string S of length N , encode it using the specified rules related to vowels and consonants. Ex... read more
Q3. Knapsack Problem Statement There is a potter with a limited amount of pottery clay (denoted as 'K' units) who can make 'N' different items.... read more