diff --git a/MirrorInverse b/MirrorInverse new file mode 100644 index 00000000..3fe596bb --- /dev/null +++ b/MirrorInverse @@ -0,0 +1,24 @@ +package hacktoberfest; + +public class MirrorInverse { +//Function that returns true if the array is mirror-inverse +static boolean isMirrorInverse(int arr[]) +{ +for (int i = 0; i