Nikzy7 / Algorithm-Snippets

Repo containing snippets of popular algorithms
17 stars 36 forks source link

Create LowerTriangular.java #70

Closed anmol193 closed 4 years ago

anmol193 commented 4 years ago

Java Program to display the lower triangular matrix. To find the lower triangular matrix, a matrix needs to be a square matrix that is, the number of rows and columns in the matrix need to be equal.