Programs
-
To print a square matrix with values in sprial number format
-
To print m*n matrix with spiral numbers as values
-
Program to expand a string input: "a2b5c3d1" output:"aabbbbbcccd"
-
to print butterfly pattern
-
to print a number pattern
-
to print look and say pattern
-
code to solve mathematical expressions
-
code to check sudoko
-
To print the array with small number with it's cube as pair format
-
Program to add the top 3 largest numbers in an array
-
Checking if an array is part of the fibonacci series
-
To find second largest element in an array