Skip to content

Tag Archives: Convert to Mirror

Given two matrices mat1[][] and mat2[][] of size NxN. The task is to find if the given two matrices are mirror images of one another.… Read More
Given a binary tree, the task is to create a new binary tree which is a mirror image of the given binary tree. Examples:  Input:… Read More
You are given a matrix of order N*N. The task is to find the resultant matrix by adding the mirror image of given matrix with… Read More

Start Your Coding Journey Now!