Tutorials
Algorithms
Analysis of Algorithms
Asymptotic Analysis
Worst, Average and Best Cases
Asymptotic Notations
Little o and little omega notations
Lower and Upper Bound Theory
Analysis of Loops
Solving Recurrences
Amortized Analysis
What does 'Space Complexity' mean ?
Pseudo-polynomial Algorithms
Polynomial Time Approximation Scheme
A Time Complexity Question
Searching Algorithms
Sorting Algorithms
Graph Algorithms
Pattern Searching
Geometric Algorithms
Mathematical
Randomized Algorithms
Greedy Algorithms
Dynamic Programming
Divide and Conquer
Backtracking
Branch and Bound
All Algorithms
Data Structures
Arrays
Linked List
Stack
Queue
Binary Tree
Binary Search Tree
Heap
Hashing
Graph
Advanced Data Structure
Matrix
Strings
All Data Structures
Languages
C
C++
Java
Python
C#
Javascript
jQuery
SQL
PHP
Scala
Perl
Go Language
HTML
CSS
Kotlin
Interview Corner
Company Preparation
Top Topics
Practice Company Questions
Interview Experiences
Experienced Interviews
Internship Interviews
Competititve Programming
Design Patterns
Multiple Choice Quizzes
GATE
GATE CS Notes 2021
Last Minute Notes
GATE CS Solved Papers
GATE CS Original Papers and Official Keys
GATE 2021 Dates
GATE CS 2021 Syllabus
Important Topics for GATE CS
Sudo GATE 2021
ISRO CS
ISRO CS Solved Papers
ISRO CS Original Papers and Official Keys
ISRO CS Syllabus for Scientist/Engineer Exam
UGC NET CS
UGC NET CS Notes Paper II
UGC NET CS Notes Paper III
UGC NET CS Solved Papers
CS Subjects
Mathematics
Operating System
DBMS
Computer Networks
Computer Organization and Architecture
Theory of Computation
Compiler Design
Digital Logic
Software Engineering
Web Technologies
HTML
CSS
Javascript
jQuery
PHP
Student
Campus Ambassador Program
Project
Geek of the Month
Campus Geek of the Month
Placement Course
Competititve Programming
Testimonials
Geek on the Top
Careers
Internship
Jobs
Apply for Jobs
Post a Job
Courses
Home
Courses
GBlog
Puzzles
What's New ?
Data Structures
Algorithms
Interview Preparation
Topic-wise Practice
C++
Java Programming
Python
GATE 2021
Competitive Programming
Machine Learning
Puzzles
Project Ideas
▲
Tag Archives:
Convert to Mirror
Check if the given two matrices are mirror images of one another
Medium
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
Convert to Mirror
Matrix
Searching
Create a mirror tree from the given binary tree
Medium
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
Binary Tree
Convert to Mirror
Mirror Tree
Tree Traversals
Tree
Print sum of matrix and its mirror image
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
Convert to Mirror
Traversal
Matrix
Convert a Binary Tree into its Mirror Tree
Easy
Mirror of a Tree: Mirror of a Binary Tree T is another Binary Tree M(T) with left and right children of all non-leaf nodes interchanged.…
Read More
Accolite
Adobe
Amazon
Amazon-Question
Belzabar
Belzabar-Question
Convert to Mirror
cpp-queue
eBay
eBay-Question
Get the Mirror
Microsoft
Mirror Tree
Morgan Stanley
Myntra
Myntra-Question
Ola Cabs
OLA-Question
Paytm
Paytm-Question
Prop-Tiger-Question
Samsung
SAP Labs
Snapdeal
Snapdeal-Question
tree-traversal
Trees
VMWare
VMWare-Question
Tree
What’s New
Data Structures and Algorithms – Self Paced Course
View Details
Ad-Free Experience – GeeksforGeeks Premium
View Details
Most Popular Articles
Must Do Coding Questions for Companies like Amazon, Microsoft, Adobe, ...
Must Do Coding Questions Company-wise
Top 40 Python Interview Questions & Answers
Top 5 IDEs for C++ That You Should Try Once
How to send an email from JavaScript ?
Most Visited Articles
How To Create a Countdown Timer Using Python?
3 Different ways to print Fibonacci series in Java
Add column names to dataframe in Pandas
Initialize an Empty Dictionary in Python
How to add one row in an existing Pandas DataFrame?
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !