Kotlinlearncs.online LogoJava
Return to List

Solve: Symmetric Matrix

Created By: Pranav Narayanan
/ Version: 2025.2.0

Write a method isSymmetric that takes an Array<IntArray> and returns true if and only if it is symmetric.

You may assume that the passed array has at least 1 row.

Related Lessons

Stuck? You may find these lessons helpful:

Report a Problem

Attribution must link to this page: https://www.learncs.online/solve/kotlin/symmetric-matrix/[email protected]