Topic: Matrix Manipulation Problem / Level: beginner

Problem: Write a program to print the matrix in triangular zigzag pattern starting from the bottom-left corner.

Run the code to see the output here...