Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

square 2d array #17

Open
songz opened this issue Apr 23, 2017 · 0 comments
Open

square 2d array #17

songz opened this issue Apr 23, 2017 · 0 comments
Labels

Comments

@songz
Copy link
Collaborator

songz commented Apr 23, 2017

returns true if 2d array input is square matrix.

i: [[1,2], [1,2,3]]
o: false

i: [[1,2,3], [2,3,4], [0,9,8]]
o: true

@trifrog trifrog mentioned this issue May 5, 2017
Merged
msach22 pushed a commit to msach22/algorithms that referenced this issue May 31, 2017
Solution and Test Files for llipio#17

Adjusted solution for llipio#17

Added "let" to "for" loop
ColinX13 added a commit to ColinX13/algorithms that referenced this issue Jun 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants