Varonis Systems interview question

implement an iterator that iterates over every cell in a square matrix that is above the main diagonal, using only one loop.

Interview Answer

Anonymous

10 May 2021

I tried to write code but mainly I was focused on how do I run away from this disgusting interview

1